using C=System.Console;class A{static void Main(){for(;;C.Write("{0}\n{0}\n",C.ReadLine().Clone()));}}