提交记录 6906
| 提交时间 |
评测时间 |
| 2018-11-15 20:34:56 |
2020-08-01 00:53:38 |
#include <bits/stdc++.h>
#define P 2110
char R[P + 5], *S = R;
inline int read ()
{
register int res = 0, k = 1;
while (!isdigit(*S)) if (*S ++ == '-') k = 0;
do {res = (res << 3) + (res << 1), res += (*S ++) & 15;} while (isdigit(*S));
return k ? res : -res;
}
int main()
{
fread(R, 1, P, stdin);
int n; n = read();
while(n --) printf("%d\n", read() + read());
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 65.23 us | 36 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-09 08:00:43 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠