using C=System.Console;class P{static void Main(){string l="",s = C.ReadLine();int i;while(s!=null){l+=s+"\n";s=C.ReadLine();}for(i=0;i