def Main(): if int(input())<1200: print("green") else: print("difficult") Main()