#include int main(){ char str[30]; scanf("%s",str); if(str[0] == '0'){ printf("%s",str); }else{ printf("%s0",str); } }