# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
17654 | 2016-01-06T23:31:41 Z | Namnamseo | scanf 함수 4 (BSC_0_6) | C++14 | 451 ms | 1080 KB |
#import<cstdio> int a,b;main(){for(;scanf("%d",&b);++a);putchar(48+a);}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 451 ms | 1080 KB | Program hung waiting for input |
2 | Halted | 0 ms | 0 KB | - |