| Problem | peakfinding |
|---|---|
| User | Usu |
| Submission Time | 2025-10-31 22:27:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:14:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort(k.begin(), k.end());
| ^~~~
| qsort