program p;var c:char;begin repeat read(c);write(c);read(c);until eof;end.