偷看的人是sb

徐子博  •  10个月前


include<bits/stdc++.h>

using namespace std; int main(){

int a,b;
cin>>a>>b;
cout<<a+b;
return 0;

}


评论: