Run ID:112945
提交时间:2025-03-14 20:32:02
#include<bits/stdc++.h> using namespace std; int main(){ int q,z,a; cin>>q>>a; z=q+a; cout<<z; return 0; }