#include using namespace std; int main(){ string s; cin >> s; for(int i=0;i<3-s.size();i++){ printf("%d",0); } printf("%s\n",s.c_str()); }