Borderou de evaluare (job #807237)

Utilizator avatar A_Random_Programmer Oancea Tudor A_Random_Programmer IP ascuns
Problemă Colier (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 30 ian. 2025 20:38:13 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:21:5: error: expected ',' or ';' before 'long' 21 | long long b=0, e=0; | ^~~~ main.cpp:31:13: error: 'e' was not declared in this scope 31 | e=i; | ^ main.cpp:35:13: error: 'b' was not declared in this scope 35 | b=i; | ^ main.cpp:36:13: error: 'e' was not declared in this scope 36 | e=i; | ^ main.cpp:40:18: error: 'b' was not declared in this scope 40 | bmax=b; | ^ main.cpp:41:18: error: 'e' was not declared in this scope 41 | emax=e; | ^ main.cpp:44:12: error: 'e' was not declared in this scope 44 | if(e==n){ | ^ main.cpp:47:12: error: 'b' was not declared in this scope 47 | if(b==1){ | ^