题解
2024-12-14 13:57:01
发布于:福建
0阅读
0回复
0点赞
#include<iostream>
#include<algorithm>
#include<string>
#include<queue>
#include<stack>
#include<iomanip>
#include<list>
#include<random>//头文件
using namespace std;
int main()
{
int a, b;//定义a和b
cin >> a >> b;//输入
cout << a + b;//直接输出a+b
return 0;//结束
}
这里空空如也
有帮助,赞一个