제출 #232311

#제출 시각아이디문제언어결과실행 시간메모리
232311huangqrUntitled (GCJ18Q_gogopher)C++14
0 / 30
19 ms384 KiB
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
 
int main(){
	int t,a,x,y;
	cin>>t>>a;
	for(int i=0;i<t;i++){
      for(int k=0;k<15;k++){
		for(int j=2;j<66;j++){
			cout<<j<<" 2\n";
			cout.flush();
			cin>>x>>y;
		}
      }
	}
	return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...