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