a=int(input()) if a<1200: print("green") else: print("difficult")