def main(): N = int(input()) if N < 1200: print("green") else: print("diffiult") if __name__ == "__main__": main()