Borderou de evaluare (job #773596)

Utilizator avatar maria.bertolon Nerdvana 7 Maria Bertolon maria.bertolon IP ascuns
Problemă Maraton (clasa a 7-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 11 apr. 2024 19:31:03 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:16:9: warning: useless type name in empty declaration 16 | int; | ^~~ main.c:19:31: error: 'n' undeclared (first use in this function) 19 | fscanf( fin, "%d%d", &n, &k ); | ^ main.c:19:31: note: each undeclared identifier is reported only once for each function it appears in main.c:19:35: error: 'k' undeclared (first use in this function) 19 | fscanf( fin, "%d%d", &n, &k ); | ^ main.c:20:14: error: 'i' undeclared (first use in this function) 20 | for( i = 0; i < n; i++ ){ | ^ main.c:27:22: error: 'j' undeclared (first use in this function) 27 | for( j = 0; j < n; j++ ){ | ^