题解来喽
2024-07-23 14:03:50
发布于:陕西
3阅读
0回复
0点赞
#include<iostream>
#include<algorithm>
#include<string>
#include<queue>
#include<stack>
#include<iomanip>//头文件
using namespace std;
int main()
{
int a, b;//定义a和b
cin >> a >> b;//输入
cout << a + b;
return 0;//结束
}
这里空空如也
有帮助,赞一个