记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:13: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
    8 |         gets(s);
      |         ~~~~^~~
In file included from /usr/include/c++/12/cstdio:42,
                 from /usr/include/c++/12/ext/string_conversions.h:43,
                 from /usr/include/c++/12/bits/basic_string.h:3960,
                 from /usr/include/c++/12/string:53,
                 from /usr/include/c++/12/bits/locale_classes.h:40,
                 from /usr/include/c++/12/bits/ios_base.h:41,
                 from /usr/include/c++/12/ios:42,
                 from /usr/include/c++/12/ostream:38,
                 from /usr/include/c++/12/iostream:39,
                 from /in/foo.cc:1:
/usr/include/stdio.h:605:14: note: declared here
  605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
      |              ^~~~
/usr/bin/ld: /tmp/ccoNPN4o.o: in function `main':
foo.cc:(.text.startup+0x21): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 516.0 KiB
#2 Wrong Answer 1ms 532.0 KiB
#3 Accepted 1ms 336.0 KiB
#4 Wrong Answer 1ms 532.0 KiB
#5 Wrong Answer 1ms 532.0 KiB

信息

递交者
类型
递交
题目
P1094 xf2-7说反话
比赛
2025年春 南师大《程序设计与竞赛》作业赛第四场
语言
C++
递交时间
2025-03-29 09:29:10
评测时间
2025-03-29 09:29:10
评测机
分数
20
总耗时
8ms
峰值内存
532.0 KiB