a = input() tmp = a for _ in range(26): print("? " + tmp + a) tmp = input()[-1]