Record Detail

Accepted

/in/database.c: In function 'list':
/in/database.c:72:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int j = 0; j < strlen(db->tables[i].name); j++) {
                           ^
/in/database.c: In function 'main':
/in/database.c:293:9: warning: implicit declaration of function 'gets'; did you mean 'fgets'? [-Wimplicit-function-declaration]
         gets(command);
         ^~~~
         fgets
/in/database.c:299:36: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[15]' [-Wformat=]
             sscanf(command, "LOAD %s\n", &str);
                                   ~^     ~~~~
In file included from /usr/include/stdio.h:862:0,
                 from /in/database.c:1:
In function 'fgets',
    inlined from 'load' at /in/database.c:19:12:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:260:9: warning: call to '__fgets_chk_warn' declared with attribute warning: fgets called with bigger size than length of destination buffer
  return __fgets_chk_warn (__s, __bos (__s), __n, __stream);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ccDWyXWu.o: In function `main':
database.c:(.text.startup+0x406): warning: the `gets' function is dangerous and should not be used.
# Status Time Cost Memory Cost
#1 Accepted Detail 19ms 6.398 MiB
#2 Accepted Detail 20ms 6.383 MiB
#3 Accepted Detail 24ms 6.336 MiB
#4 Accepted Detail 30ms 6.379 MiB
#5 Accepted Detail 26ms 6.32 MiB
#6 Accepted Detail 19ms 6.418 MiB
#7 Accepted Detail 26ms 6.328 MiB
#8 Accepted Detail 24ms 6.34 MiB
#9 Accepted Detail 18ms 6.41 MiB
#10 Accepted Detail 20ms 6.418 MiB

Information

Submit By
Type
Submission
Homework
Lab 5 (TEST ONLY) (+AUTO)
Language
C
Submit At
2021-11-14 10:13:35
Judged At
2021-11-21 15:06:20
Judged By
Score
100
Total Time
230ms
Peak Memory
6.418 MiB