#include #include int main(void) { char str1[20]; scanf("%19s", str1); printf("%s\n", str1); return 0; }