/* FILE: prova.c */ #include main() { char c; while (scanf("%c", &c) != EOF ) printf("%c", c);; }