无敌教程(刚好1000行)
2026-04-17 20:38:54
发布于:浙江
4阅读
0回复
0点赞
#include "bits/stdc++.h"
using namespace std;
/*
*/
int main() {
int a,b; // 定义 a, b
cin>>a>>b; // 读取输入
cout<<a+b; // 输出 a + b
return 0;
}
这里空空如也






有帮助,赞一个