Borderou de evaluare (job #619331)

Utilizator avatar petru200444 Dragoi Petru petru200444 IP ascuns
Problemă 3numere Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 1 dec. 2021 16:53:55 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void descf(int)': main.cpp:32:23: error: 'ex0' was not declared in this scope; did you mean 'ex'? 32 | adauga(d, ex0;) | ^~~ | ex main.cpp:32:27: error: expected primary-expression before ')' token 32 | adauga(d, ex0;) | ^ main.cpp:36:9: error: 'adauga' was not declared in this scope 36 | adauga(n, 1); | ^~~~~~ main.cpp: In function 'int main()': main.cpp:67:35: error: expected ',' or ';' before 'l' 67 | int dc = cmmdc(x, cmmdc(y, z))l | ^ main.cpp:67:9: warning: unused variable 'dc' [-Wunused-variable] 67 | int dc = cmmdc(x, cmmdc(y, z))l | ^~