Problem peakfinding
User ShaquilleOatmeal34
Submission Time 2025-03-14 16:33:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:14:19: error: invalid types ‘long long int[int]’ for array subscript
14 | cout << gopal[i][1];
| ^
peakfinding.cpp: At global scope:
peakfinding.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^