Problem | medianheap |
---|---|
User | lHog |
Submission Time | 2024-03-24 20:00:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianheap.cpp: In function ‘int main()’:
medianheap.cpp:19:17: error: ‘mid’ was not declared in this scope
19 | mid = E.begin();
| ^~~
medianheap.cpp:21:17: error: ‘mid’ was not declared in this scope
21 | mid = E.size() % 2 == 0 ? prev(M) : M;
| ^~~
medianheap.cpp:23:17: error: ‘mid’ was not declared in this scope
23 | mid = E.size() % 2 == 0 ? M : next(M);
| ^~~