#include #include #include #include #include int main(void) { char str[100]=""; scanf("%s",str); printf("%s0",str); }