Problem | peakfinding |
---|---|
User | JulianN |
Submission Time | 2025-03-14 14:51:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:16:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
16 | sort(a+0,a+n,greater<int>());
| ^~~~
| qsort