#include #include #include main() { while(!feof(stdin)) { char c[90]; scanf ("%s", c); printf ("%s
\n", c, c); } }