Submission #197677

#TimeUsernameProblemLanguageResultExecution timeMemory
197677joylintpscanf 함수 2 (BSC_0_4)C++17
100 / 100
2 ms504 KiB
#include<bits/stdc++.h> using namespace std; signed main() { ios_base::sync_with_stdio(false); cin.tie(0); int n; cin >> n, cout << setw(3) << setfill('0') << n << '\n'; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...