Borderou de evaluare (job #1499613)

Utilizator ioan.ungurasuIoan Ungurasu ioan.ungurasu Data 10 octombrie 2015 21:31:23
Problema A+B Status done
Runda Arhiva de probleme Compilator c | Vezi sursa
Scor 0

Raport evaluator

Compilare: user.c: In function ‘main’: user.c:10:5: warning: passing argument 1 of ‘fscanf’ from incompatible pointer type [enabled by default] fscanf("%d%d", &a, &b); ^ In file included from /usr/include/features.h:357:0, from /usr/include/stdio.h:28, from user.c:1: /usr/include/stdio.h:449:12: note: expected ‘struct FILE * restrict’ but argument is of type ‘char *’ extern int __REDIRECT (fscanf, (FILE *__restrict __stream, ^ user.c:10:5: warning: passing argument 2 of ‘fscanf’ from incompatible pointer type [enabled by default] fscanf("%d%d", &a, &b); ^ In file included from /usr/include/features.h:357:0, from /usr/include/stdio.h:28, from user.c:1: /usr/include/stdio.h:449:12: note: expected ‘const char * restrict’ but argument is of type ‘int *’ extern int __REDIRECT (fscanf, (FILE *__restrict __stream, ^ user.c:11:5: warning: passing argument 1 of ‘fprintf’ from incompatible pointer type [enabled by default] fprintf("%d", a+b); ^ In file included from /usr/include/stdio.h:934:0, from user.c:1: /usr/include/i386-linux-gnu/bits/stdio2.h:96:1: note: expected ‘struct FILE * restrict’ but argument is of type ‘char *’ fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) ^ user.c:11:5: warning: passing argument 2 of ‘fprintf’ makes pointer from integer without a cast [enabled by default] fprintf("%d", a+b); ^ In file included from /usr/include/stdio.h:934:0, from user.c:1: /usr/include/i386-linux-gnu/bits/stdio2.h:96:1: note: expected ‘const char * restrict’ but argument is of type ‘int’ fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) ^ user.c:6:10: warning: unused variable ‘out’ [-Wunused-variable] FILE*out = fopen("adunare.out", "w"); ^ user.c:5:10: warning: unused variable ‘in’ [-Wunused-variable] FILE*in = fopen("adunare.in", "r"); ^ user.c:10:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf("%d%d", &a, &b); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
70ms180kbKilled by signal 11(SIGSEGV).00
80ms180kbKilled by signal 11(SIGSEGV).0
90ms180kbKilled by signal 11(SIGSEGV).0
100ms176kbKilled by signal 11(SIGSEGV).0
10ms176kbKilled by signal 11(SIGSEGV).00
20ms180kbKilled by signal 11(SIGSEGV).0
30ms176kbKilled by signal 11(SIGSEGV).0
40ms180kbKilled by signal 11(SIGSEGV).00
50ms180kbKilled by signal 11(SIGSEGV).0
60ms180kbKilled by signal 11(SIGSEGV).0
Punctaj total0

Ceva nu functioneaza?