Borderou de evaluare (job #637375)

Utilizator avatar PetruApostol Petru Apostol PetruApostol IP ascuns
Problemă Vânătoare ( clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 2 mar. 2022 12:09:00 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:11:9: error: 'c' was not declared in this scope 11 | c=a+b; | ^ main.cpp:24:9: error: 'linie' was not declared in this scope; did you mean 'lini'? 24 | linie--; | ^~~~~ | lini main.cpp:36:11: error: 'linie' was not declared in this scope; did you mean 'lini'? 36 | cout>>linie<<endl<<ka<<endl<<kb; | ^~~~~ | lini main.cpp:7:15: warning: unused variable 'lini' [-Wunused-variable] 7 | int ka,kb,lini=0,a=1,b=1; | ^~~~