Problem peakfinding
User ShaquilleOatmeal34
Submission Time 2025-03-14 14:56:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:12:12: error: expected ‘]’ before numeric constant
12 | cout << a[5 4 7 6 3 1];
| ^~
| ]
peakfinding.cpp:12:12: error: expected ‘;’ before numeric constant
12 | cout << a[5 4 7 6 3 1];
| ^~
| ;