답안 #520259

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
520259 2022-01-29T04:07:02 Z chinglam Lost in the cycle (IOI19_cycle) C++17
0 / 100
500 ms 200 KB
bool jump(int x);

void escape(int n){
  bool indicator = true;
  while(true){
    if(indicator == false && ((indicator = jump(1)) == true)) break;
  }
}
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 3035 ms 200 KB Time limit exceeded
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 3041 ms 200 KB Time limit exceeded
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 3035 ms 200 KB Time limit exceeded
2 Halted 0 ms 0 KB -