| Problem | medianheap |
|---|---|
| User | xyz |
| Submission Time | 2024-01-19 14:42:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
medianheap.cpp: In function ‘int main()’:
medianheap.cpp:22:16: error: ‘total’ was not declared in this scope
22 | if(heap[a]>total){
| ^~~~~
medianheap.cpp:28:31: error: ‘total’ was not declared in this scope
28 | heap.insert(heap.begin(), total);
| ^~~~~