답안 #255429

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
255429 2020-08-01T01:04:34 Z themax23 Lost in the cycle (IOI19_cycle) C++17
0 / 100
1 ms 256 KB
#include "cycle.h"
#include <bits/stdc++.h>
void escape(int n) {
if(n<=30){
	if(jump(0) == true){
		while(jump(1));
		jump(n-1);
		}
	else{
		while(!jump(1));
		jump(n/2);
		}
	}
}
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 256 KB Output is correct
2 Incorrect 1 ms 256 KB Too many queries.
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 256 KB Output is correct
2 Correct 0 ms 256 KB Output is correct
3 Incorrect 0 ms 256 KB The exit was not found.
4 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 256 KB Output is correct
2 Incorrect 1 ms 256 KB Too many queries.
3 Halted 0 ms 0 KB -