int main(void) { char str[4];scanf( "%s", &str );printf("%s0\n", str );return 0; }