def fun(): res = "green" if n >= 1200: res = "difficult" return res n = int(input()) print(fun())