提交记录 27536
提交时间 |
评测时间 |
2024-12-25 20:02:21 |
2024-12-25 20:02:23 |
#include<cstdio>
template<typename T>inline T rd(T&a){
char c=getchar();T x=0;bool f=1;
for(;c<48||c>57;c=getchar())f&=c!=45;
for(;c>47&&c<58;c=getchar())x=10*x+c-48;
return a=f?x:-x;
}template<typename T,typename...V>inline void rd(T&x,V&...v){rd(x),rd(v...);}
int n,a,b;
int main(){
for(rd(n);n--;)rd(a,b),printf("%d\n",a+b);
return 0;
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 37.06 us | 12 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-04-19 22:49:28 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠