Run ID:134600
提交时间:2025-10-29 18:13:44
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<"sum is"<<a+b; return 0; }