| Problem | peakfinding |
|---|---|
| User | Avinash |
| Submission Time | 2026-01-30 13:03:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:15:19: error: expected ‘;’ before ‘return’
15 | cout << maxheight
| ^
| ;
16 | return 0;
| ~~~~~~