#include<bits/stdc++.h>
using namespace std;
int main(){
int p,o,i;
cin>>p>>o;
cout<<(p+o);
return 0;
}
分享
#include<bits/stdc++.h>
using namespace std;
int main(){
int p,o,i;
cin>>p>>o;
cout<<(p+o);
return 0;
}
分享
2521
5290
8726
2379

被折叠的 条评论
为什么被折叠?