#include <stdio.h>







int main(void)



{

char str[50] ;

scanf_s("%s", str);

printf("%s", str);

return 0;





}



책에나온건데 아무리봐도안되네