Problem gap
User eulerleonhardfan
Submission Time 2023-01-02 19:58:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gap.cpp: In function ‘ll findGap(int, int)’:
gap.cpp:15:4: error: ‘MinMax’ was not declared in this scope
15 | MinMax(l, r, &mn, &mx);
| ^~~~~~
gap.cpp:26:3: error: ‘MinMax’ was not declared in this scope
26 | MinMax(1, MAXN, &mn, &mx);
| ^~~~~~