4 条题解
-
2
#include <iostream> #include <stack> #include <cmath> #include <vector> #include <string.h> #include <queue> #include <stdio.h> #include <iomanip> #include <cstdio> #include <algorithm> #define int long long using namespace std; const int N = 1e5 + 10; const int INF = 0x3f3f3f3f; signed main() { int a, b; while(cin >> a >> b) { cout << a + b << endl; } return 0; }
好多a+b
- 1
信息
- ID
- 989
- 时间
- 1000ms
- 内存
- 32MiB
- 难度
- 2
- 标签
- 递交数
- 265
- 已通过
- 154
- 上传者