Pagini recente »
Borderou de evaluare (job #722640)
|
Borderou de evaluare (job #755314)
|
Borderou de evaluare (job #234552)
|
Borderou de evaluare (job #220033)
|
Borderou de evaluare (job #603182)
Borderou de evaluare (job #603182)
Raport evaluator
Compilare:
main.c: In function 'main':
main.c:11:11: warning: passing argument 1 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types]
11 | fscanf( "%d%d%d", &n, &x, &y);
| ^~~~~~~~
| |
| char *
In file included from main.c:1:
/usr/include/stdio.h:391:37: note: expected 'FILE * restrict' but argument is of type 'char *'
391 | extern int fscanf (FILE *__restrict __stream,
| ~~~~~~~~~~~~~~~~~^~~~~~~~
main.c:11:21: warning: passing argument 2 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types]
11 | fscanf( "%d%d%d", &n, &x, &y);
| ^~
| |
| int *
In file included from main.c:1:
/usr/include/stdio.h:392:29: note: expected 'const char * restrict' but argument is of type 'int *'
392 | const char *__restrict __format, ...) __wur;
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
main.c:15:12: warning: passing argument 1 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types]
15 | fscanf("%d%d%d", &a, &b, &c);
| ^~~~~~~~
| |
| char *
In file included from main.c:1:
/usr/include/stdio.h:391:37: note: expected 'FILE * restrict' but argument is of type 'char *'
391 | extern int fscanf (FILE *__restrict __stream,
| ~~~~~~~~~~~~~~~~~^~~~~~~~
main.c:15:22: warning: passing argument 2 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types]
15 | fscanf("%d%d%d", &a, &b, &c);
| ^~
| |
| int *
In file included from main.c:1:
/usr/include/stdio.h:392:29: note: expected 'const char * restrict' but argument is of type 'int *'
392 | const char *__restrict __format, ...) __wur;
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
main.c:26:11: warning: passing argument 1 of 'fprintf' from incompatible pointer type [-Wincompatible-pointer-types]
26 | fprintf("%d %d\n", cnt, mini);
| ^~~~~~~~~
| |
| char *
In file included from /usr/include/stdio.h:866,
from main.c:1:
/usr/include/bits/stdio2.h:103:27: note: expected 'FILE * restrict' but argument is of type 'char *'
103 | fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...)
| ~~~~~~~~~~~~~~~~~^~~~~~~~
main.c:26:22: warning: passing argument 2 of 'fprintf' makes pointer from integer without a cast [-Wint-conversion]
26 | fprintf("%d %d\n", cnt, mini);
| ^~~
Test |
Timp execuție |
Memorie folosită |
Mesaj |
Punctaj/test |
1
|
1 ms
|
131 kb
|
Incorect
|
0
|
2
|
1 ms
|
131 kb
|
Incorect
|
0
|
3
|
1 ms
|
131 kb
|
Incorect
|
0
|
4
|
1 ms
|
131 kb
|
Incorect
|
0
|
5
|
1 ms
|
131 kb
|
Incorect
|
0
|
6
|
1 ms
|
131 kb
|
Incorect
|
0
|
7
|
1 ms
|
131 kb
|
Incorect
|
0
|
8
|
1 ms
|
131 kb
|
Incorect
|
0
|
9
|
1 ms
|
131 kb
|
Incorect
|
0
|
10
|
1 ms
|
131 kb
|
Incorect
|
0
|
Punctaj total
|
0
|