Borderou de evaluare (job #842996)

Utilizator avatar LucaRaresAndrei Luca Rares Andrei LucaRaresAndrei IP ascuns
Problemă Factorizări (clasa a 7-a) Compilator c
Rundă Tema 7 Clasa a 7-a Status evaluat
Dată 21 nov. 2025 19:28:00 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'nrF': main.c:5:16: warning: unused variable 'p' [-Wunused-variable] 5 | int d = 3, p = 0, cn = n, ret = 0; | ^ main.c: In function 'nrP': main.c:33:18: error: expected expression before ';' token 33 | ret+=; | ^ main.c:25:16: warning: unused variable 'p' [-Wunused-variable] 25 | int d = 3, p = 0, cn = n, ret = 0; | ^ main.c: In function 'main': main.c:46:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 46 | fscanf(fin,"%d",&cer); | ^~~~~~~~~~~~~~~~~~~~~ main.c:48:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 48 | fscanf(fin, "%d", &k); | ^~~~~~~~~~~~~~~~~~~~~