Problem | medianheap |
---|---|
User | aj |
Submission Time | 2025-02-11 09:12:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianheap.cpp: In function ‘int main()’:
medianheap.cpp:77:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
77 | sort(result.begin(), result.end());
| ^~~~
| qsort