记录详情

Wrong Answer

/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__;
      |              ^~~~
/in/foo.cc:22:18: warning: statement has no effect [-Wunused-value]
   22 |         {    for(i;i<n;i++)
      |                  ^
/usr/bin/ld: /tmp/ccRBLfUe.o: in function `main':
foo.cc:(.text.startup+0x14): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 476.0 KiB
#2 Wrong Answer 1ms 536.0 KiB
#3 Wrong Answer 1ms 336.0 KiB
#4 Wrong Answer 1ms 532.0 KiB
#5 Wrong Answer 1ms 348.0 KiB

信息

递交者
类型
递交
题目
A10-2 有序子序列的合并
比赛
2025年春 南师大《程序设计与竞赛》作业赛第三场
语言
C++
递交时间
2025-03-22 19:43:44
评测时间
2025-03-22 19:43:44
评测机
分数
0
总耗时
9ms
峰值内存
536.0 KiB