using C=System.Console;class M{static void Main(){for(int b;(b=C.Read())>0;)C.WriteLine(new string((char)b,b-96));}}