foo.c: In function 'handle':
foo.c:61:3: warning: label 'place' defined but not used [-Wunused-label]
place:
^~~~~
foo.c: In function 'main':
foo.c:264:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
gets(a[0]);
^~~~
In file included from /usr/include/stdio.h:936:0,
from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:233:1: note: declared here
gets (char *__str)
^~~~
foo.c:274:3: warning: 'gets' is deprecated [-Wdeprecated-declarations]
gets(a[0]);
^~~~
In file included from /usr/include/stdio.h:936:0,
from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:233:1: note: declared here
gets (char *__str)
^~~~
foo.c:269:8: warning: unused variable 'bb' [-Wunused-variable]
int k,bb;
^~
foo.c:264:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
gets(a[0]);
^~~~~~~~~~
foo.c:270:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&k);
^~~~~~~~~~~~~~
foo.c:274:3: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
gets(a[0]);
^~~~~~~~~~
/tmp/ccK4pMME.o: In function `main':
foo.c:(.text.startup+0xb1): warning: the `gets' function is dangerous and should not be used.
自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-02T03:17:54.828Z","handle":"2020-07-02T03:17:54.828Z","cache_start":"2020-07-02T03:17:54.836Z","read_cases":"2020-07-02T03:17:54.940Z","judge":"2020-07-02T03:17:54.940Z","done":"2020-07-02T03:17:55.125Z"}