using t=System.Console;class C{static void Main(){var s=t.ReadLine();foreach(var c in s)t.WriteLine(s);}}