记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
   19 |     gets(a);
      |     ~~~~^~~
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/ccTBLrjn.o: in function `main':
foo.cc:(.text.startup+0x33): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 2ms 508.0 KiB
#2 Accepted 1ms 484.0 KiB
#3 Accepted 1ms 544.0 KiB
#4 Accepted 1ms 532.0 KiB
#5 Accepted 1ms 324.0 KiB

信息

递交者
类型
递交
题目
P1097 xf2-10倒叙输出
比赛
2025年春 南师大《程序设计与竞赛》作业赛第四场
语言
C++
递交时间
2025-03-28 22:04:01
评测时间
2025-03-28 22:04:01
评测机
分数
100
总耗时
9ms
峰值内存
544.0 KiB