Borderou de evaluare (job #666242)

Utilizator avatar Tzepu Icriverzi Andrei Tzepu IP ascuns
Problemă Treasure Hunt Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 2 oct. 2022 22:27:15 Scor 100

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 114 kb OK 10
4 1 ms 114 kb OK 10
5 517 ms 3256 kb OK 10
6 443 ms 3776 kb OK 10
7 8 ms 241 kb OK 10
8 1083 ms 3432 kb OK 10
9 237 ms 868 kb OK 10
10 867 ms 3915 kb OK 10
Punctaj total 100