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