Pagini recente »
Borderou de evaluare (job #462407)
|
Borderou de evaluare (job #771601)
|
Borderou de evaluare (job #255877)
|
Borderou de evaluare (job #625510)
|
Borderou de evaluare (job #739621)
Borderou de evaluare (job #739621)
Raport evaluator
Compilare:
main.c: In function 'main':
main.c:17:26: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'char *' [-Wformat=]
17 | fscanf(in, "%d", &a[i][j]);
| ~^ ~~~~~~~~
| | |
| | char *
| int *
| %hhd
main.c:29:23: warning: array subscript has type 'char' [-Wchar-subscripts]
29 | v[a[i][j]][a[i-1][j]]++;
| ~~~~^~~
main.c:29:34: warning: array subscript has type 'char' [-Wchar-subscripts]
29 | v[a[i][j]][a[i-1][j]]++;
| ~~~~~~^~~
main.c:33:23: warning: array subscript has type 'char' [-Wchar-subscripts]
33 | v[a[i][j]][a[i+1][j]]++;
| ~~~~^~~
main.c:33:34: warning: array subscript has type 'char' [-Wchar-subscripts]
33 | v[a[i][j]][a[i+1][j]]++;
| ~~~~~~^~~
main.c:37:23: warning: array subscript has type 'char' [-Wchar-subscripts]
37 | v[a[i][j]][a[i][j-1]]++;
| ~~~~^~~
main.c:37:32: warning: array subscript has type 'char' [-Wchar-subscripts]
37 | v[a[i][j]][a[i][j-1]]++;
| ~~~~^~~~~
main.c:41:23: warning: array subscript has type 'char' [-Wchar-subscripts]
41 | v[a[i][j]][a[i][j+1]]++;
| ~~~~^~~
main.c:41:32: warning: array subscript has type 'char' [-Wchar-subscripts]
41 | v[a[i][j]][a[i][j+1]]++;
| ~~~~^~~~~
main.c:11:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | fscanf(in, "%hd%hd", &m, &n);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:12:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | fscanf(in, "%c", &x);
| ^~~~~~~~~~~~~~~~~~~~
main.c:17:13: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
17 | fscanf(in, "%d", &a[i][j]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Test |
Timp execuție |
Memorie folosită |
Mesaj |
Punctaj/test |
1
|
4 ms
|
245 kb
|
OK
|
10
|
2
|
7 ms
|
241 kb
|
OK
|
10
|
3
|
13 ms
|
512 kb
|
OK
|
10
|
4
|
51 ms
|
507 kb
|
OK
|
10
|
5
|
67 ms
|
503 kb
|
OK
|
10
|
6
|
117 ms
|
688 kb
|
OK
|
10
|
7
|
315 ms
|
1028 kb
|
OK
|
10
|
8
|
425 ms
|
1032 kb
|
OK
|
10
|
9
|
510 ms
|
1290 kb
|
OK
|
10
|
10
|
509 ms
|
1294 kb
|
OK
|
10
|
Punctaj total
|
100
|