Borderou de evaluare (job #680743)

Utilizator avatar iccjoc Ioan CHELARU Cristian iccjoc IP ascuns
Problemă Las Fierbinți (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 9 dec. 2022 17:51:02 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:21:20: error: expected ';' before 'cout' 21 | else(f > c) | ^ | ; 22 | cout << l / f; | ~~~~ main.cpp:23:9: error: expected '}' before 'else' 23 | else | ^~~~ main.cpp:16:5: note: to match this '{' 16 | { | ^ main.cpp:24:21: error: 'l' was not declared in this scope 24 | cout << l / c; | ^ main.cpp:24:25: error: 'c' was not declared in this scope 24 | cout << l / c; | ^ main.cpp: At global scope: main.cpp:26:1: error: expected declaration before '}' token 26 | } | ^