Problem peakfinding
User Avinash
Submission Time 2026-01-30 13:03:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:15:19: error: expected ‘;’ before ‘return’
15 | cout << maxheight
| ^
| ;
16 | return 0;
| ~~~~~~