제출 #231589

#제출 시각아이디문제언어결과실행 시간메모리
231589huangqr무제 (GCJ18Q_gogopher)C++14
0 / 30
16 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 j=0;j<200;j++){
			cout<<"2 2\n";
			cout.flush();
			cin>>x>>y;
		}
		for(int j=0;j<200;j++){
			cout<<"5 5\n";
			cout.flush();
			cin>>x>>y;
		}
		for(int j=0;j<200;j++){
			cout<<"8 8\n";
			cout.flush();
			cin>>x>>y;
		}
	}
	return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...