#include #include using namespace std; #define rep(i,n) for(int i = 0; i >; int main(){ cin.tie(nullptr); cout.tie(nullptr); ios::sync_with_stdio(false); ll N;cin>>N; ll cnt=0; string ans=""; rep(i,N){ans+='a';} while(cnt!=N){ ll now=0; ll f; while(true){ ans[cnt]=alpha[now]; cout<<'?'<<" "<>res; if(now==0){f=res;continue;} else if(now==25){break;} else{ if(res==f+1){ break; } else if(res=f-1){ ans[cnt]='a'; break; } } cnt++; } } cout<