# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1280972 | oji | scanf 함수 2 (BSC_0_4) | C++20 | 1 ms | 572 KiB |
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin >>n;
cout <<setw(3) <<setfill('0') << n <<endl;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |