Borderou de evaluare (job #644139)

Utilizator avatar lucaarde luca ardeleanu lucaarde IP ascuns
Problemă Economii Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 27 mar. 2022 13:36:14 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:8:25: error: expected unqualified-id before ';' token 8 | int a,b,c,d,e,f,g,h,; | ^ main.cpp:39:6: error: expected '}' at end of input 39 | } | ^ main.cpp:7:1: note: to match this '{' 7 | { | ^ main.cpp:8:17: warning: unused variable 'e' [-Wunused-variable] 8 | int a,b,c,d,e,f,g,h,; | ^ main.cpp:8:19: warning: unused variable 'f' [-Wunused-variable] 8 | int a,b,c,d,e,f,g,h,; | ^ main.cpp:8:21: warning: unused variable 'g' [-Wunused-variable] 8 | int a,b,c,d,e,f,g,h,; | ^