using C=System.Console;class X{static void Main(){for(;;){var s=C.ReadLine();C.WriteLine(s.Insert(s.Length/2," "));}}}