Borderou de evaluare (job #633404)

Utilizator avatar bruno_baciu Baciu Baciu bruno_baciu IP ascuns
Problemă Las Fierbinți (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 17 feb. 2022 17:34:54 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:41:37: warning: unused variable 'a' [-Wunused-variable] 41 | long long l, c, f, a, b, r; | ^ main.cpp:41:40: warning: unused variable 'b' [-Wunused-variable] 41 | long long l, c, f, a, b, r; | ^ main.cpp:41:43: warning: unused variable 'r' [-Wunused-variable] 41 | long long l, c, f, a, b, r; | ^ main.cpp:48:33: warning: unused variable 'i' [-Wunused-variable] 48 | long long l, k, i; | ^ main.cpp:108:18: error: expected '}' at end of input 108 | return 0; | ^ main.cpp:27:12: note: to match this '{' 27 | int main() { | ^