| Problem | enwisen |
|---|---|
| User | countless |
| Submission Time | 2026-04-17 05:43:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
enwisen.cpp: In function ‘std::vector<int> recoverPermutation(int)’:
enwisen.cpp:18:17: error: ‘getLess’ was not declared in this scope
18 | int j = getLess(i, i+1);
| ^~~~~~~
enwisen.cpp:27:21: error: ‘getLess’ was not declared in this scope
27 | int j = getLess(MN, mn[i]);
| ^~~~~~~
enwisen.cpp:32:21: error: ‘getLess’ was not declared in this scope
32 | int k = getLess(MX, mn[i]);
| ^~~~~~~
enwisen.cpp:40:17: error: ‘getMedianValue’ was not declared in this scope
40 | int v = getMedianValue(i, MN, MX);
| ^~~~~~~~~~~~~~