78
2025-09-15 17:18:51
发布于:浙江
5阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
    int a,b;
    cin>>a>>b;
    cout<<a+b;
	return 0;
}
OK就是这样
全部评论 1
- 我 - 2025-10-15 来自 浙江 0
2025-09-15 17:18:51
发布于:浙江
#include<bits/stdc++.h>
using namespace std;
int main()
{
    int a,b;
    cin>>a>>b;
    cout<<a+b;
	return 0;
}
OK就是这样
提交答案之后,这里将显示提交结果~
有帮助,赞一个