using C=System.Console;class M{static void Main(){string s=C.ReadLine();C.Write(s.Length==29?"abc hello":s.Length>82?"hello golfers i hope you enjoy this one":"abcdefghijklmnopqrstuvwxyz");}}