Problem medianheap
User Henries
Submission Time 2024-10-16 22:58:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianheap.cpp: In function ‘int main()’:
medianheap.cpp:14:6: error: ‘class std::vector<long long int>’ has no member named ‘push_front’
14 | v.push_front(num);
| ^~~~~~~~~~