# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
511126 | Salama | scanf 함수 2 (BSC_0_4) | C++14 | 1 ms | 204 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
int main()
{
int o; cin>>o;if(o<100 and o>9) cout<<0<< o; else if(o==100)cout<<o; else cout<<"00"<<o;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |