Problem peakfinding
User Ant1234567890
Submission Time 2025-07-11 20:07:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:13:9: error: expected ‘;’ before ‘return’
13 | cout<<z
| ^
| ;
14 | return 0;
| ~~~~~~