Problem medianheap
User DoubleShaurya
Submission Time 2024-02-26 16:06:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianheap.cpp: In function ‘int main()’:
medianheap.cpp:7:27: error: ‘popCount’ was not declared in this scope; did you mean ‘pushCount’?
7 | long long pushCount = 0; popCount = 0;
| ^~~~~~~~
| pushCount
medianheap.cpp:29:8: error: ‘tempNum’ was not declared in this scope; did you mean ‘tempnam’?
29 | if (tempNum % 2 == 1) {
| ^~~~~~~
| tempnam