Record Detail

Wrong Answer

/in/database.c: In function 'SELECT':
/in/database.c:240:11: warning: unused variable 'limit' [-Wunused-variable]
     char *limit =strtok (NULL," ()");
           ^~~~~
/in/database.c:238:11: warning: unused variable 'sort' [-Wunused-variable]
     char *sort =strtok (NULL," ()");
           ^~~~
In file included from /usr/include/stdio.h:862:0,
                 from /in/database.c:1:
In function 'fgets',
    inlined from 'Readtable' at /in/database.c:24:5:
/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);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Status Time Cost Memory Cost
#1 Wrong Answer Detail 1ms 384.0 KiB
#2 Wrong Answer Detail 1ms 344.0 KiB
#3 Wrong Answer Detail 1ms 264.0 KiB
#4 Wrong Answer Detail 1ms 264.0 KiB
#5 Wrong Answer Detail 1ms 260.0 KiB

Information

Submit By
Type
Submission
Homework
Lab 5 (TEST ONLY) (+AUTO)
Language
C
Submit At
2021-11-15 10:54:02
Judged At
2021-11-21 15:06:46
Judged By
Score
0
Total Time
6ms
Peak Memory
384.0 KiB