using C=System.Console;class m{static void Main(){string s,t,u;for(s=t=u=null;null!=(t=C.ReadLine());u=t)s+=u+"\n";C.Write(u+s);}}