#include using namespace std; using ll = long long; void query(string &S){ cout << "? " << S << endl; } void answer(string &T){ cout << "! " << T << endl; } int main(){ return 0; }