Borderou de evaluare (job #847577)

Utilizator avatar pannozzo_andrei Pannozzo Andrei pannozzo_andrei IP ascuns
Problemă Hobbit (clasa a 5-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 4 ian. 2026 13:39:21 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:28:19: error: 'b' has not been declared 28 | int cmmmc(int a , b) | ^ main.cpp: In function 'int cmmmc(int, int)': main.cpp:32:7: error: 'b' was not declared in this scope 32 | q=b; | ^ main.cpp: In function 'int main()': main.cpp:43:17: warning: unused variable 'p' [-Wunused-variable] 43 | int a , b , p , q; | ^ main.cpp:43:21: warning: unused variable 'q' [-Wunused-variable] 43 | int a , b , p , q; | ^