| Problem | cycle_ioi19 |
|---|---|
| User | lexuantung71 |
| Submission Time | 2026-03-05 23:43:21 |
| 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:22:16: error: ‘low’ was not declared in this scope; did you mean ‘lo’?
22 | int dif = (low + n - pos )% n;
| ^~~
| lo