提交记录 16451
| 提交时间 |
评测时间 |
| 2021-08-21 17:47:52 |
2021-08-21 17:47:52 |
#include<cstdio>
using namespace std;
typedef long long LL;
inline LL read(){
LL x=0,y=1;
char c=getchar();
while(c<'0'||c>'9'){if(c=='-')y=-y;c=getchar();}
while(c>='0'&&c<='9'){x=x*10+c-'0';c=getchar();}
return x*y;
}
int main (){
goto read;
Computerroom:{
goto sleepagain;
}
LL a,b,c;
sleep:{
LL c;
goto wake;
}
theend : return 0;
school : goto dinning_hall;
read:{
a=read(),b=read();
goto sleep;
}
wake:{
c=a+b;
goto school;
}
dinning_hall : goto Computerroom;
sleepagain : {
printf("%lld",c);
goto theend;
}
}
| Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-19 04:52:47 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠