TIJIE
2025-07-14 00:02:22
发布于:新疆
1阅读
0回复
0点赞
#include<iostream>
#include<algorithm>
#include<string>
#include<queue>
#include<stack>
#include<iomanip>
#include <cstdio>
#include <cmath>
#include <bits/stdc++.h>//头文件
using namespace std;
int main()
{
int a, b;//定义a和b
cin >> a >> b;//输入
cout << a + b;
return 0;//结束
}
这里空空如也
有帮助,赞一个