提交记录 4200
| 提交时间 |
评测时间 |
| 2018-07-18 22:39:08 |
2020-07-31 22:40:41 |
#include<stdio.h>
int read(){
int x=0;
bool f=1;
char c=getchar();
while(c<33)c=getchar();
if(c=='-')f=0,c=getchar();
while(c>47)x=x*10+c-48,c=getchar();
return f?x:-x;
}
int main(){
int n;
n=read();
for(int i=0;i<n;++i){
int x,y;
x=read(),y=read();
printf("%d\n",x+y);
}
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 37.16 us | 12 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-13 23:55:21 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠