| Problem | cycle_ioi19 |
|---|---|
| User | lexuantung71 |
| Submission Time | 2026-03-04 23:51:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cycle_ioi19.cpp: In function ‘void escape(int)’:
cycle_ioi19.cpp:6:11: error: ‘jump’ was not declared in this scope
6 | yes = jump(curr);
| ^~~~
cycle_ioi19.cpp:17:5: error: ‘jump’ was not declared in this scope
17 | jump(N/2);
| ^~~~
cycle_ioi19.cpp:19:10: error: ‘jump’ was not declared in this scope
19 | if (!jump(1)){jump(N/2 + 1);}
| ^~~~