Problem medianheap
User xiaoqiwang04
Submission Time 2023-06-28 00:31:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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