//#pragma GCC optimize("Ofast,unroll-loops")
#include <bits/stdc++.h>
#include "cycle.h"
using namespace std;
#define sp << " " <<
#define nl << "\n"
void escape(int n){
bool inTrue = jump(n/2);
for(int j=n/2; j; j/=2){
while(true){
bool ok;
if(inTrue) ok = jump(j);
else ok = jump(n-j);
if(ok != inTrue){
inTrue = ok;
break;
}
}
}
if(inTrue) jump(1);
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
364 KB |
Too many queries. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
364 KB |
The exit was not found. |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
364 KB |
Too many queries. |
2 |
Halted |
0 ms |
0 KB |
- |