7 条题解
-
0
#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; }
- 1
信息
- ID
- 983
- 时间
- 1000ms
- 内存
- 32MiB
- 难度
- 5
- 标签
- 递交数
- 626
- 已通过
- 246
- 上传者