var s,t:string(9999);begin repeat t:=t+s+^j;readln(s)until eof;write(s,t)end.