记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:13: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
   20 |         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/ccf84iTB.o: in function `main':
foo.cc:(.text.startup+0xf): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 1ms 536.0 KiB
#2 Accepted 2ms 480.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 1ms 540.0 KiB
#5 Accepted 1ms 532.0 KiB

信息

递交者
类型
递交
题目
P1081 xf1-4进制转换2
比赛
2025年春 南师大《程序设计与竞赛》作业赛第四场
语言
C++
递交时间
2025-03-28 18:43:18
评测时间
2025-03-28 18:43:18
评测机
分数
100
总耗时
9ms
峰值内存
540.0 KiB