답안 #520260

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
520260 2022-01-29T04:09:27 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 = jump(1);
  while(true){
    if(indicator == false && ((indicator = jump(1)) == true)) break;
  }
}
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 3058 ms 200 KB Time limit exceeded
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 3059 ms 200 KB Time limit exceeded
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Execution timed out 3058 ms 200 KB Time limit exceeded
2 Halted 0 ms 0 KB -