Borderou de evaluare (job #616059)

Utilizator avatar avram.popa Avram-Popa avram.popa IP ascuns
Problemă Matrix (clasa a 6-a) Compilator c-32
Rundă Tema 7 clasa a 6-a Status evaluat
Dată 14 nov. 2021 10:08:44 Scor 100

Raport evaluator

Compilare: main.c: In function 'main': main.c:13:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 13 | for(col=0;col<n;col++) | ^~~ main.c:15:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 15 | c=fgetc(fin); | ^ main.c:52:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 52 | for(lin=m-1;lin>0;lin--) | ^~~ main.c:54:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 54 | mat[0][col]=aux; | ^~~ main.c:11:1: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 11 | fscanf(fin,"%d%d",&m,&n); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:14:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 14 | fscanf(fin,"%d",&mat[lin][col]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test Timp execuție Memorie folosită Mesaj Punctaj/test
1 4 ms 131 kb OK 10
2 3 ms 131 kb OK 10
3 4 ms 131 kb OK 10
4 4 ms 131 kb OK 10
5 3 ms 131 kb OK 10
6 4 ms 131 kb OK 10
7 4 ms 131 kb OK 10
8 8 ms 258 kb OK 10
9 5 ms 258 kb OK 10
10 15 ms 258 kb OK 10
Punctaj total 100