# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
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);}
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 451 ms | 1080 KB | Program hung waiting for input |
2 | Halted | 0 ms | 0 KB | - |