Problem peakfinding
User ShaquilleOatmeal34
Submission Time 2025-03-14 15:09:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp:5:5: error: expected constructor, destructor, or type conversion before ‘(’ token
5 | sort(arr+a, arr+b, greater<int>())
| ^