#include using namespace std; #include using namespace atcoder; #define ll long long #define rep(i, n) for (ll i = 0; i < (ll)(n); i++) //using mint = modint998244353; const int dx[4]={0,1,0,-1}; const int dy[4]={1,0,-1,0}; int n; int main(){ cin>>n; string ans=""; rep(i,26){ string s=""; rep(j,n)s.push_back(char('a'+i)); cout<<"? "<>x; rep(j,x)ans.push_back(char('a'+i)); } cout<<"? "<>x; int now=x; while(x!=n){ rep(i,n-1){ for(int j=i+1;j>now; if(x