- 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;
}
1 条评论
-
夜阑 LV 0 @ 2021-10-23 11:58:45
eee
- 1
信息
- ID
- 1000
- 难度
- 9
- 分类
- (无)
- 标签
- (无)
- 递交数
- 74382
- 已通过
- 28459
- 通过率
- 38%
- 被复制
- 220