Pagini recente »
Diferențe pentru utilizator/cristiz între reviziile 70 și 8
|
Diferențe pentru utilizator/traian_7109 între reviziile 201 și 150
|
Borderou de evaluare (job #849521)
|
Borderou de evaluare (job #849106)
Borderou de evaluare (job #849106)
Raport evaluator
Compilare:
main.c: In function 'main':
main.c:46:19: warning: multi-character character constant [-Wmultichar]
46 | mat[i][0]=BORDER;
| ^~~~~~
main.c:4:16: warning: overflow in conversion from 'int' to 'char' changes value from '11569' to '49' [-Woverflow]
4 | #define BORDER '-1'
| ^~~~
main.c:46:19: note: in expansion of macro 'BORDER'
46 | mat[i][0]=BORDER;
| ^~~~~~
main.c:47:21: warning: multi-character character constant [-Wmultichar]
47 | mat[i][m+1]=BORDER;
| ^~~~~~
main.c:4:16: warning: overflow in conversion from 'int' to 'char' changes value from '11569' to '49' [-Woverflow]
4 | #define BORDER '-1'
| ^~~~
main.c:47:21: note: in expansion of macro 'BORDER'
47 | mat[i][m+1]=BORDER;
| ^~~~~~
main.c:50:19: warning: multi-character character constant [-Wmultichar]
50 | mat[0][j]=BORDER;
| ^~~~~~
main.c:4:16: warning: overflow in conversion from 'int' to 'char' changes value from '11569' to '49' [-Woverflow]
4 | #define BORDER '-1'
| ^~~~
main.c:50:19: note: in expansion of macro 'BORDER'
50 | mat[0][j]=BORDER;
| ^~~~~~
main.c:51:21: warning: multi-character character constant [-Wmultichar]
51 | mat[n+1][j]=BORDER;
| ^~~~~~
main.c:4:16: warning: overflow in conversion from 'int' to 'char' changes value from '11569' to '49' [-Woverflow]
4 | #define BORDER '-1'
| ^~~~
main.c:51:21: note: in expansion of macro 'BORDER'
51 | mat[n+1][j]=BORDER;
| ^~~~~~
main.c:71:64: warning: multi-character character constant [-Wmultichar]
71 | if(frecv[mat[i-1][j]-'0']==0&&mat[i-1][j]!='-1'){
| ^~~~
main.c:75:64: warning: multi-character character constant [-Wmultichar]
75 | if(frecv[mat[i][j+1]-'0']==0&&mat[i][j+1]!='-1'){
| ^~~~
main.c:79:64: warning: multi-character character constant [-Wmultichar]
79 | if(frecv[mat[i+1][j]-'0']==0&&mat[i+1][j]!='-1'){
| ^~~~
main.c:83:64: warning: multi-character character constant [-Wmultichar]
83 | if(frecv[mat[i][j-1]-'0']==0&&mat[i][j-1]!='-1'){
| ^~~~
main.c:32:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
| Test |
Timp execuție |
Memorie folosită |
Mesaj |
Punctaj/test |
|
1
|
0 ms
|
292 kb
|
OK
|
10
|
|
2
|
0 ms
|
292 kb
|
OK
|
10
|
|
3
|
0 ms
|
292 kb
|
Incorect
|
0
|
|
4
|
1 ms
|
508 kb
|
Incorect
|
0
|
|
5
|
1 ms
|
508 kb
|
OK
|
10
|
|
6
|
8 ms
|
depășită
|
Memory limit exceeded.
|
0
|
|
7
|
4 ms
|
2556 kb
|
Incorect
|
0
|
|
8
|
11 ms
|
depășită
|
Memory limit exceeded.
|
0
|
|
9
|
9 ms
|
depășită
|
Memory limit exceeded.
|
0
|
|
10
|
9 ms
|
depășită
|
Memory limit exceeded.
|
0
|
|
Punctaj total
|
30
|