Problem | medianheap |
---|---|
User | TheInvadr |
Submission Time | 2023-12-11 15:40:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianheap.cpp: In function ‘int main()’:
medianheap.cpp:35:15: error: ‘class std::vector<int>’ has no member named ‘push_front’
35 | v.push_front(x);
| ^~~~~~~~~~