- A+B Problem
- 2021-10-22 12:44:15 @
#include <iostream>
using namespace std;
int main()
{
int a, b;
cin >> a >> b;
cout << a + b << endl;
}
2 条评论
-
longyitongxue LV 4 @ 2025-07-09 21:52:24
tlqtj
-
2021-10-23 11:58:45@
eee
- 1
信息
- ID
- 1000
- 难度
- 9
- 分类
- (无)
- 标签
- (无)
- 递交数
- 74828
- 已通过
- 28652
- 通过率
- 38%
- 被复制
- 251