| Problem | peakfinding |
|---|---|
| User | Harshith |
| Submission Time | 2026-04-06 17:14:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:11:19: error: ‘i’ was not declared in this scope
11 | cout<< max(a+0,a+i);
| ^