提交记录 4626
| 提交时间 |
评测时间 |
| 2018-07-26 19:18:06 |
2020-07-31 23:09:04 |
#include<cstdio>
inline int read() {
char c; int rec=0,f=1;
while((c=getchar())<'0'||c>'9') if(c=='-') f=-1;
while(c>='0'&&c<='9') rec=rec*10+c-'0',c=getchar();
return rec*f;
}
int n;
int main() {
n=read();
while(n--) printf("%d\n",read()+read());
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 37.84 us | 12 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-13 06:27:31 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠