Submission #232311

# Submission time Handle Problem Language Result Execution time Memory
232311 2020-05-16T16:07:26 Z huangqr Go, Gopher! (GCJ18Q_gogopher) C++14
0 / 30
19 ms 384 KB
#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 time Memory Grader output
1 Incorrect 19 ms 384 KB failed to make a rectangle in 1000 deployments
# Verdict Execution time Memory Grader output
1 Incorrect 13 ms 384 KB failed to make a rectangle in 1000 deployments