Run ID:3873
提交时间:2024-07-16 14:05:15
#include<iostream> using namespace std; int main(){ int a,b; a=1; b=2; cin>>a>>b; cout<<a+b<<endl; return 0; }