/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:176:7: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  176 |   gets(word);//只有加这一句,才能正确读证词
      |   ~~~~^~~~~~
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:2:
/usr/include/stdio.h:605:14: note: declared here
  605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
      |              ^~~~
/in/foo.cc:179:21: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  179 |     string temp=gets(word);
      |                 ~~~~^~~~~~
/usr/include/stdio.h:605:14: note: declared here
  605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
      |              ^~~~
/in/foo.cc:170:11: warning: 'index' may be used uninitialized [-Wmaybe-uninitialized]
  170 |   int i,j,index,BadManNum=0;
      |           ^~~~~
/usr/bin/ld: /tmp/ccSzME1e.o: in function `main':
foo.cc:(.text.startup+0xce): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 2ms 424.0 KiB
#2 Accepted 2ms 528.0 KiB
#3 Accepted 2ms 504.0 KiB
#4 Accepted 2ms 544.0 KiB
#5 Accepted 2ms 496.0 KiB
#6 Accepted 2ms 484.0 KiB
#7 Accepted 2ms 432.0 KiB
#8 Accepted 2ms 496.0 KiB
#9 Accepted 2ms 452.0 KiB
#10 Accepted 2ms 356.0 KiB

信息

递交者
类型
递交
题目
P1106 侦探推理
语言
C++
递交时间
2025-07-05 11:19:00
评测时间
2025-07-05 11:19:00
评测机
分数
100
总耗时
21ms
峰值内存
544.0 KiB