제출 #17623

#제출 시각아이디문제언어결과실행 시간메모리
17623pjh0123scanf 함수 2 (BSC_0_4)C++98
100 / 100
0 ms1084 KiB
#include<stdio.h> int main(){ int n; scanf("%d",&n); printf("%03d",n); }
#Verdict Execution timeMemoryGrader output
Fetching results...