# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
232311 | 2020-05-16T16:07:26 Z | huangqr | Go, Gopher! (GCJ18Q_gogopher) | C++14 | 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; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 19 ms | 384 KB | failed to make a rectangle in 1000 deployments |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 13 ms | 384 KB | failed to make a rectangle in 1000 deployments |