Problem medianheap
User YSH2020
Submission Time 2023-07-16 09:32:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianheap.cpp: In function ‘int main()’:
medianheap.cpp:14:21: error: ‘class std::deque<int>’ has no member named ‘lower_bound’
14 | heap.insert(heap.lower_bound(la), la);
| ^~~~~~~~~~~