题解
2025-03-05 16:23:33
发布于:浙江
3阅读
0回复
0点赞
一道简单的基础题!
#include <bits/stdc++.h>
using namespace std;
signed main()
{
int a,b;//定义
cin>>a>>b;//输入数据
cout<<a+b;//输出结果
return 0;
}
这里空空如也
2025-03-05 16:23:33
发布于:浙江
一道简单的基础题!
#include <bits/stdc++.h>
using namespace std;
signed main()
{
int a,b;//定义
cin>>a>>b;//输入数据
cout<<a+b;//输出结果
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个