Submission #1024358

# Submission time Handle Problem Language Result Execution time Memory
1024358 2024-07-16T01:55:06 Z LeaRouse Lost in the cycle (IOI19_cycle) C++14
0 / 100
1 ms 504 KB
#include "cycle.h"

void escape(int n) {
	int a=0;
	while(jump(1)){
		a++;
	}
	jump((n-2)/2);
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB The exit was not found.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 504 KB The exit was not found.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB The exit was not found.
2 Halted 0 ms 0 KB -