Borderou de evaluare (job #504837)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Mulţimi (clasa a 5-a) | Compilator | c |
Rundă | Tema 13 clasa 5 | Status | evaluat |
Dată | 21 nov. 2019 08:41:03 | Scor | 0 |
Raport evaluator
Eroare de compilare:
user.c: In function 'main':
user.c:6:3: warning: too many arguments for format [-Wformat-extra-args]
user.c:18:5: error: too few arguments to function 'fopen'
/usr/include/stdio.h:273:14: note: declared here
user.c:19:5: error: expected ';' before 'fprintf'
user.c:25:7: warning: passing argument 1 of 'fprintf' from incompatible pointer type [enabled by default]
/usr/include/i386-linux-gnu/bits/stdio2.h:96:1: note: expected 'struct FILE * __restrict__' but argument is of type 'char *'
user.c:25:7: error: too few arguments to function 'fprintf'
user.c:3:15: warning: variable 'fout' set but not used [-Wunused-but-set-variable]
user.c:6:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
user.c:10:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]