Problem peakfinding
User ShaquilleOatmeal34
Submission Time 2025-03-14 15:17:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp:11:30: error: stray ‘\357’ in program
11 | for(int i = 0; i < n; i++; N  100;{
| ^
peakfinding.cpp:11:31: error: stray ‘\243’ in program
11 | for(int i = 0; i < n; i++; N  100;{
| ^
peakfinding.cpp:11:32: error: stray ‘\277’ in program
11 | for(int i = 0; i < n; i++; N  100;{
| ^
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:11:26: error: expected ‘)’ before ‘;’ token
11 | for(int i = 0; i < n; i++; N  100;{
| ~ ^
| )
peakfinding.cpp:11:28: error: ‘N’ was not declared in this scope
11 | for(int i = 0; i < n; i++; N  100;{
| ^
peakfinding.cpp:12:15: error: ‘i’ was not declared in this scope
12 | cout << gopal[i] << " ";
| ^