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