Borderou de evaluare (job #756110)

Utilizator avatar Gavriliu.Adam Adam Gavriliu Robert Gavriliu.Adam IP ascuns
Problemă Test (clasa a 5-a) Compilator c-32
Rundă Concurs 03 | IQ Academy | clasa a 5-a Status evaluat
Dată 20 ian. 2024 10:17:05 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:12:5: error: expected declaration or statement at end of input 12 | t = 0; | ^ main.c:6:24: warning: variable 't' set but not used [-Wunused-but-set-variable] 6 | int n, cn, d10, r, t; | ^ main.c:6:21: warning: unused variable 'r' [-Wunused-variable] 6 | int n, cn, d10, r, t; | ^ main.c:6:16: warning: variable 'd10' set but not used [-Wunused-but-set-variable] 6 | int n, cn, d10, r, t; | ^~~ main.c:6:12: warning: variable 'cn' set but not used [-Wunused-but-set-variable] 6 | int n, cn, d10, r, t; | ^~ main.c:5:17: warning: unused variable 'fout' [-Wunused-variable] 5 | FILE *fin, *fout; | ^~~~ main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 9 | fscanf(fin, "%d", &n); | ^~~~~~~~~~~~~~~~~~~~~