#include void main() { int c; while ((c = getchar()) != EOF) { putchar(c); printf("%d", EOF); } }