Borderou de evaluare (job #3166345)

Utilizator dragoschiDragos Chiritoiu dragoschi Data 8 noiembrie 2023 16:47:52
Problema A+B Status done
Runda Arhiva de probleme Compilator c-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.c: In function 'main': main.c:11:12: warning: passing argument 1 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types] 11 | fscanf("%d%d",&a,&b); | ^~~~~~ | | | char * In file included from main.c:1: /usr/include/stdio.h:415:37: note: expected 'FILE * restrict' but argument is of type 'char *' 415 | extern int fscanf (FILE *__restrict __stream, | ~~~~~~~~~~~~~~~~~^~~~~~~~ main.c:11:19: warning: passing argument 2 of 'fscanf' from incompatible pointer type [-Wincompatible-pointer-types] 11 | fscanf("%d%d",&a,&b); | ^~ | | | int * /usr/include/stdio.h:416:43: note: expected 'const char * restrict' but argument is of type 'int *' 416 | const char *__restrict __format, ...) __wur; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
70ms303kb4544 != 000
80ms303kb14113 != 00
90ms303kb362 != 00
100ms303kb7646 != 00
10ms303kb3 != 000
20ms303kb6 != 00
30ms303kb14 != 00
40ms303kb444 != 000
50ms303kb1956 != 00
60ms303kb2000 != 00
Punctaj total0

Ceva nu functioneaza?