Borderou de evaluare (job #767876)

Utilizator avatar DimofteVictor Dimofte Victor Octavian DimofteVictor IP ascuns
Problemă Fgetc (clasa a 5-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 13 mar. 2024 18:50:47 Scor 0

Raport evaluator

Compilare: main.c: In function 'main': main.c:9:12: warning: passing argument 1 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types] 9 | fscanf("%d", &n); | ^~~~ | | | char * In file included from main.c:1: /usr/include/stdio.h:420:37: note: expected 'FILE * restrict' but argument is of type 'char *' 420 | extern int fscanf (FILE *__restrict __stream, | ~~~~~~~~~~~~~~~~~^~~~~~~~ main.c:9:18: warning: passing argument 2 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types] 9 | fscanf("%d", &n); | ^~ | | | int * /usr/include/stdio.h:421:43: note: expected 'const char * restrict' but argument is of type 'int *' 421 | const char *__restrict __format, ...) __wur; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ main.c:12:13: warning: passing argument 1 of 'fprintf' from incompatible pointer type [-Wincompatible-pointer-types] 12 | fprintf("%d", n); | ^~~~ | | | char * In file included from /usr/include/stdio.h:964: /usr/include/bits/stdio2.h:77:27: note: expected 'FILE * restrict' but argument is of type 'char *' 77 | fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) | ~~~~~~~~~~~~~~~~~^~~~~~~~ main.c:12:19: warning: passing argument 2 of 'fprintf' makes pointer from integer without a cast [-Wint-conversion] 12 | fprintf("%d", n); | ^ | | | int /usr/include/bits/stdio2.h:77:60: note: expected 'const char * restrict' but argument is of type 'int' 77 | fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 9 | fscanf("%d", &n); | ^~~~~~~~~~~~~~~~
Test Timp execuție Memorie folosită Mesaj Punctaj/test
1 1 ms 249 kb Incorect 0
2 1 ms 249 kb Incorect 0
3 1 ms 249 kb Incorect 0
4 1 ms 249 kb Incorect 0
5 1 ms 249 kb Incorect 0
6 1 ms 249 kb Incorect 0
7 1 ms 512 kb Incorect 0
8 1 ms 249 kb Incorect 0
9 1 ms 249 kb Incorect 0
10 1 ms 512 kb Incorect 0
Punctaj total 0