Borderou de evaluare (job #792828)

Utilizator avatar pannozzo_andrei Pannozzo Andrei pannozzo_andrei IP ascuns
Problemă Cabina (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 3 nov. 2024 14:47:09 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:27:13: error: 'cnt' was not declared in this scope; did you mean 'ct'? 27 | cnt=1; | ^~~ | ct main.cpp:31:9: error: 'cnt' was not declared in this scope; did you mean 'ct'? 31 | cnt=-1; | ^~~ | ct main.cpp:34:40: error: expected ';' before 'return' 34 | fout << s << endl << ct << endl <<x | ^ | ; 35 | 36 | return 0; | ~~~~~~