| Problem | gap |
|---|---|
| User | JohnC |
| Submission Time | 2025-12-11 16:50:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gap.cpp: In function ‘long long int findGap(long long int, long long int)’:
gap.cpp:10:4: error: ‘MinMax’ was not declared in this scope
10 | MinMax(mn + 1, mx - 1, mn, mx);
| ^~~~~~
gap.cpp:21:4: error: ‘MinMax’ was not declared in this scope
21 | MinMax(mn + 1, mx - 1, mn, mx);
| ^~~~~~