提交记录 27538
提交时间 |
评测时间 |
2024-12-25 20:02:50 |
2024-12-25 20:02:51 |
#include<cstdio>
template<typename T>inline T rd(T&a){
char c=getchar_unlocked();T x=0;bool f=1;
for(;c<48||c>57;c=getchar_unlocked())f&=c!=45;
for(;c>47&&c<58;c=getchar_unlocked())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 | 32.98 us | 12 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-01-19 02:18:03 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠