Borderou de evaluare (job #762235)

Utilizator avatar bruno_baciu Baciu Baciu bruno_baciu IP ascuns
Problemă Elementul Majoritar (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 13 feb. 2024 14:25:57 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:15:12: error: 'mx' was not declared in this scope; did you mean 'x'? 15 | if(mx>x) | ^~ | x main.cpp:18:21: error: 'mx' was not declared in this scope; did you mean 'x'? 18 | for(int i=1; i<=mx; i++) | ^~ | x main.cpp:26:21: error: 'ok' was not declared in this scope 26 | ok=1; | ^~ main.cpp:35:8: error: 'ok' was not declared in this scope 35 | if(ok) | ^~