Problem medianheap
User xiaoqiwang04
Submission Time 2023-06-20 13:07:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianheap.cpp: In function ‘int main()’:
medianheap.cpp:34:19: error: expected ‘}’ at end of input
34 | return 0;
| ^
medianheap.cpp:17:17: note: to match this ‘{’
17 | int main(void){
| ^