N = int(input()) ans = "difficult" if N < 1200: ans = "green" print(ans)