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