Problem peakfinding
User dieunq1309
Submission Time 2023-08-21 11:44:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:14:18: error: expected ‘;’ before ‘cout’
14 | sort(arr, arr+N)
| ^
| ;
15 | cout << arr[N-1];
| ~~~~