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