# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
717837 | 2023-04-02T15:59:36 Z | EntityPlantt | scanf 함수 2 (BSC_0_4) | C++14 | 1 ms | 212 KB |
#include<cstdio> main(){int x;scanf("%d",&x);printf("%05d",x);}
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 212 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |