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