.........
2025-01-05 10:28:03
发布于:四川
12阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main() {
int a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}
全部评论 1
d
6天前 来自 浙江
0
2025-01-05 10:28:03
发布于:四川
#include<bits/stdc++.h>
using namespace std;
int main() {
int a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}
提交答案之后,这里将显示提交结果~
有帮助,赞一个