import strutils const a = [ "green", "difficult" ] let n = parseInt readLine stdin if n < 1200: echo a[0] else: echo a[1]