def draw_once(a): while True: if a == 3: return 'Congratulations!' elif a<0: return 'Give up!' a = int(input()) a = int(input()) print(draw_once(a))