| Problem | peakfinding |
|---|---|
| User | Avinash |
| Submission Time | 2026-01-30 12:54:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
peakfinding.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main () {
| ~~~
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:8:2: error: ‘maxheight’ was not declared in this scope
8 | maxheight, height = 0;
| ^~~~~~~~~
peakfinding.cpp:8:13: error: ‘height’ was not declared in this scope
8 | maxheight, height = 0;
| ^~~~~~