foo.cc: In function 'int main()':
foo.cc:35:3: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
gets(str[n]);
^
In file included from foo.cc:1:0:
/usr/include/stdio.h:638:14: note: declared here
extern char *gets (char *__s) __wur __attribute_deprecated__;
^
foo.cc:35:3: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
gets(str[n]);
^
In file included from foo.cc:1:0:
/usr/include/stdio.h:638:14: note: declared here
extern char *gets (char *__s) __wur __attribute_deprecated__;
^
foo.cc:35:14: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
gets(str[n]);
^
In file included from foo.cc:1:0:
/usr/include/stdio.h:638:14: note: declared here
extern char *gets (char *__s) __wur __attribute_deprecated__;
^
foo.cc:35:15: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
gets(str[n]);
^
/tmp/ccLq6LRY.o: In function `main':
foo.cc:(.text.startup+0x5f): warning: the `gets' function is dangerous and should not be used.
自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-12T15:21:55.401Z","handle":"2020-05-12T15:21:55.401Z","cache_start":"2020-05-12T15:21:55.410Z","read_cases":"2020-05-12T15:21:55.531Z","judge":"2020-05-12T15:21:55.533Z","done":"2020-05-12T15:21:55.625Z"}