foo.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(){
^~~~
foo.c: In function 'main':
foo.c:6:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
gets(c);
^~~~
In file included from foo.c:1:0:
/usr/include/stdio.h:640:14: note: declared here
extern char *gets (char *__s) __wur __attribute_deprecated__;
^~~~
foo.c:5:9: warning: unused variable 'j' [-Wunused-variable]
long i,j,m,n,k;
^
/tmp/ccgBVgFd.o: In function `main':
foo.c:(.text.startup+0x22): warning: the `gets' function is dangerous and should not be used.
自豪的采用jd5进行评测(github.com/masnn/jd5)
{"receive":"2020-02-19T11:26:03.218Z","handle":"2020-02-19T11:26:03.218Z","cache_start":"2020-02-19T11:26:03.218Z","read_cases":"2020-02-19T11:26:04.468Z","judge":"2020-02-19T11:26:04.468Z","done":"2020-02-19T11:26:04.821Z"}