#include using namespace std; int main(){ string s;cin>>s; for(int i = s.size(); 3 > i; i++){ cout << "0"; } cout << s << endl; }