import sys key=1 for line in sys.stdin: a = line if int(a)==3: key=0 if key==0: print("Congratulations!") else: print("Give up!")