This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
//#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);
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |