#include int main(void){ int s[1000]; scanf("%s",s); if(s[0]=='0'){printf("0\n");} else{printf("%s0\n",s);} return 0; }