using S=System.Console;class A{static void Main(){string a;a=S.ReadLine();S.Write(a[9]>50?"abcdefghijklmnopqrstuvwxyz":a[9]>48?"hello golfers i hope you enjoy this one":"abc hello");}}