foo.cc: In function 'int main()':
foo.cc:4:33: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
4 | char str[101];int i;gets(str);
| ^
In file included from /usr/include/stdio.h:867,
from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
foo.cc:4:33: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
4 | char str[101];int i;gets(str);
| ^
In file included from /usr/include/stdio.h:867,
from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
235 | gets (char *__str)
| ^~~~
foo.cc:8:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
8 | else ;puts(str);
| ^~~~
foo.cc:8:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
8 | else ;puts(str);
| ^~~~
foo.cc:4:29: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
4 | char str[101];int i;gets(str);
| ~~~~^~~~~
/usr/bin/ld: /tmp/ccJG9s2r.o: in function `main':
foo.cc:(.text.startup+0x25): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务