#include #include #define STRSIZE 32 int main( ) { char str[STRSIZE]; gets(str); puts(str); exit(0); }