Borderou de evaluare (job #663034)

Utilizator avatar Tzepu Icriverzi Andrei Tzepu IP ascuns
Problemă Treasure Hunt Compilator c-32
Rundă Tema 1 clasa a 7-a Status evaluat
Dată 20 sept. 2022 19:17:55 Scor 90

Raport evaluator

Compilare: main.c: In function 'main': main.c:41:50: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] 41 | for(i = 0; (i < n) && (i + n1) && !match < n; i++) | ^ main.c:41:43: note: add parentheses around left hand side expression to silence this warning 41 | for(i = 0; (i < n) && (i + n1) && !match < n; i++) | ^~~~~~ | ( ) main.c:43:52: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] 43 | for(j = 0; (j < m) && (j+m1) && !match < m; j++) | ^ main.c:43:45: note: add parentheses around left hand side expression to silence this warning 43 | for(j = 0; (j < m) && (j+m1) && !match < m; j++) | ^~~~~~ | ( ) main.c:13:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 13 | fscanf (fis1, "%d%d%d", &c,&n,&m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:16:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | fscanf (fis1, "%d%d", &n1,&m1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:20:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 20 | fscanf (fis1, "%d", &k); | ^~~~~~~~~~~~~~~~~~~~~~~ main.c:27:13: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 27 | fscanf (fis1, "%d", &mat[i][j]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:37:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 37 | fscanf (fis1, "%d", &mat1[i][j]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test Timp execuție Memorie folosită Mesaj Punctaj/test
1 1 ms 118 kb OK 10
2 1 ms 114 kb OK 10
3 1 ms 118 kb OK 10
4 2 ms 118 kb OK 10
5 504 ms 3264 kb OK 10
6 429 ms 3784 kb OK 10
7 13 ms 147 kb OK 10
8 1078 ms 3452 kb OK 10
9 225 ms 856 kb OK 10
10 843 ms 3936 kb OK 10
Penalizare: 10% (pentru 2 submisie/ii) 10%
Punctaj total 90