#include int main (void){ int N; scanf("%d",&N); if(N==0){ printf("%d",N); }else{ printf("%d0",N); } return 0; }