제출 #14478

#제출 시각아이디문제언어결과실행 시간메모리
14478nosiarscanf 함수 2 (BSC_0_4)C++14
100 / 100
0 ms1720 KiB
#include<iostream>
using namespace std;
int main() {
    int x; cin >> x; printf("%03d", x);
}
#Verdict Execution timeMemoryGrader output
Fetching results...