using C=System.Console;class I{static void Main(){string s;while((s=C.ReadLine())!=null)C.WriteLine(s+"\n"+s);}}