a=input().strip() print("?",a+a,flush=True) while True: x=input().strip() if x[0]=="!": break print("?",x[-1]+a,flush=True)