제출 #20071

#제출 시각아이디문제언어결과실행 시간메모리
20071suiscanf 함수 2 (BSC_0_4)C++14
100 / 100
0 ms1716 KiB
#include <iostream>
using namespace std;

#include <vector>
#include <stack>
#include <cassert>







int main() {
	int x; cin >> x;
	if (x < 100) cout << 0;
	if (x < 10) cout << 0;
	cout << x << endl;

	return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...