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