# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
44938 | 2018-04-09T18:01:32 Z | mahmoudbadawy | Go, Gopher! (GCJ18Q_gogopher) | C++17 | 13 ms | 308 KB |
#include <bits/stdc++.h> using namespace std; int main() { int t; cin >> t; while(t--) { int a; cin >> a; for(int i=0;i<1000;i++) { int x=i%25+2; printf("2 %d\n",x); fflush(stdout); int a,b; scanf("%d %d",&a,&b); if(a==0) break; if(a==-1) return 0; } } }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 13 ms | 248 KB | failed to make a rectangle in 1000 deployments |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 8 ms | 308 KB | failed to make a rectangle in 1000 deployments |