_ = input() print("? aa") while True: x = input() if x[0] == "!": break print(f"? {x[-1]}a")