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