| Problem | enwisen |
|---|---|
| User | lrnnz |
| Submission Time | 2026-05-17 20:58:09 |
| 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:92:14: error: ‘getLess’ was not declared in this scope
92 | lo = getLess(lo, i);
| ^~~~~~~
enwisen.cpp:103:22: error: ‘getMedianValue’ was not declared in this scope
103 | ll mid = getMedianValue(lo, i, j);
| ^~~~~~~~~~~~~~
enwisen.cpp:128:9: error: ‘getLess’ was not declared in this scope
128 | ans[getLess(x, y)] = N - 2;
| ^~~~~~~