#include main() { int c; while ((c = getc(stdin)) != '\n') { putc(c,stdout); putc(c,stdout); } putc('\n',stdout); }