Problem | medianheap |
---|---|
User | lHog |
Submission Time | 2024-03-27 15:19:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianheap.cpp: In function ‘int main()’:
medianheap.cpp:6:13: error: expected ‘;’ before ‘int’
6 | M = E.end()
| ^
| ;
7 | int n;
| ~~~
medianheap.cpp:8:12: error: ‘n’ was not declared in this scope
8 | cin >> n;
| ^