| Problem | peakfinding |
|---|---|
| User | Biologyhater123 |
| Submission Time | 2025-02-26 16:21:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int32_t main()’:
peakfinding.cpp:10:21: error: expected ‘;’ before ‘}’ token
10 | cin>> arr[i]
| ^
| ;
11 | }
| ~