Problem medianheap
User aj
Submission Time 2025-02-11 09:16:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianheap.cpp: In function ‘int main()’:
medianheap.cpp:47:3: error: expected ‘}’ at end of input
47 | }
| ^
medianheap.cpp:17:48: note: to match this ‘{’
17 | for (int i = 0; i < num_instructions; ++i) {
| ^
medianheap.cpp:47:3: error: expected ‘}’ at end of input
47 | }
| ^
medianheap.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^