Borderou de evaluare (job #784728)

Utilizator avatar david.sn Nicolescu David Stefan david.sn IP ascuns
Problemă Număr 2 (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 27 aug. 2024 18:45:50 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:52:14: warning: variable 'gasit' set but not used [-Wunused-but-set-variable] 52 | bool gasit = false; | ^~~~~ main.cpp:59:9: error: 'gasit' was not declared in this scope 59 | if (gasit == false) | ^~~~~