Borderou de evaluare (job #685153)

Utilizator avatar emilicawee Emanuel Pitigoi Oltean emilicawee IP ascuns
Problemă Sir9i Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 30 dec. 2022 23:01:04 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:14:1: error: expected ',' or ';' before 'int' 14 | int v[1000]; | ^~~ main.cpp: In function 'int main()': main.cpp:21:14: error: 'v' was not declared in this scope 21 | cin>>v[i]; | ^ main.cpp:30:11: error: 'v' was not declared in this scope 30 | x=v[i]; | ^ main.cpp:75:17: error: 'v' was not declared in this scope 75 | if(Smax<v[i]+v[i+1]+v[i+2]) | ^