using C=System.Console;class M{static void Main(){var s=C.ReadLine();C.Write("#"+"#\n".PadLeft(s.Length,s[2]));Main();}}