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