제출 #511126

#제출 시각아이디문제언어결과실행 시간메모리
511126Salamascanf 함수 2 (BSC_0_4)C++14
100 / 100
1 ms204 KiB
#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 timeMemoryGrader output
Fetching results...