#include #include using namespace std; int main(){ cin.tie(0); ios::sync_with_stdio(false); int N; int c; int ans[501]; int ansc=0; bool f[501]; cin>>N; c=N; for(int i=1;i<=N;i++) f[i]=true; while(c>1){ int k[501]; int kc=0; for(int i=1;i<=N;i++) if(f[i]) k[kc++]=i; while(kc>1){ cout<<"? "; int tmp[501]; int tmpc=0; for(int i=0;i>r; if(tmp[i*2]==0&&tmp[i*2+1]==0) continue; else if(tmp[i*2+1]==0) k[kc++]=tmp[i*2]; else if(tmp[i*2]==0) k[kc++]=tmp[i*2+1]; else if(r=="=") k[kc++]=tmp[i*2]; else if(r=="<") k[kc++]=tmp[i*2]; else if(r==">") k[kc++]=tmp[i*2+1]; } } ans[ansc++]=k[0]; f[k[0]]=false; c--; } cout<<"! "; for(int i=0;i