Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:64:11: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations] gets(b); ^ In file included from /usr/include/c++/7/cstdio:42:0, from /in/foo.cc:1: /usr/include/stdio.h:640:14: note: declared here extern char *gets (char *__s) __wur __attribute_deprecated__; ^~~~ /tmp/ccxD7A20.o: In function `main': foo.cc:(.text.startup+0x34): warning: the `gets' function is dangerous and should not be used.
信息
- 递交者
- 类型
- 递交
- 题目
- GT考试
- 语言
- C++
- 递交时间
- 2017-10-10 22:22:33
- 评测时间
- 2017-10-10 22:22:33
- 评测机
- 分数
- 100
- 总耗时
- 32ms
- 峰值内存
- 436.0 KiB