#include main() { int c, i = 1; while (i <= 100){ c = getchar(); putchar(c); i++; } }