foo.cc: In function 'int main()':
foo.cc:25:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
25 | gets(x);
| ~~~~^~~
In file included from foo.cc:1:
/nix/store/1zsc48wwlplpkzms83m7zr94xnfalq2q-glibc-2.35-224-dev/include/stdio.h:605:14: note: declared here
605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
| ^~~~
foo.cc:32:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
32 | cmp[n] = '\0'; cmp[n - 1] = '1'; //初始化比较字符串cmp
| ~~~~~~~~~~~^~~~~
foo.cc:27:10: note: at offset -1 into destination object 'cmp' of size 101
27 | char cmp[101] = {0};
| ^~~
/nix/store/nydwzhllkq0a21dny69zdjczh6v275lb-binutils-2.40/bin/ld: /tmp/cci4RBul.o: in function `main':
foo.cc:(.text.startup+0x37): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务