Borderou de evaluare (job #808932)

Utilizator avatar Radu_Balas Radu Andrei Balas Radu_Balas IP ascuns
Problemă Numere24 (clasa a 6-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 11 feb. 2025 18:22:08 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:26:9: error: 's' undeclared (first use in this function) 26 | s=0; | ^ main.c:26:9: note: each undeclared identifier is reported only once for each function it appears in main.c:17:13: warning: unused variable 'j' [-Wunused-variable] 17 | int n,i,j,c; | ^ main.c:18:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 18 | fscanf(fin,"%d%d",&c,&n); | ^~~~~~~~~~~~~~~~~~~~~~~~