#include #include int main(){ char in; scanf("%s\n",&in); strcat(&in,"0"); puts(&in); return 0; }