Problem | peakfinding |
---|---|
User | dieunq1309 |
Submission Time | 2023-08-21 11:43:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:15:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
15 | sort(arr, arr+N)
| ^~~~
| qsort