记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:9:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
    9 |  gets(s);
      |        ^
In file included from /usr/include/stdio.h:867,
                 from /usr/include/c++/9/cstdio:42,
                 from /usr/include/c++/9/ext/string_conversions.h:43,
                 from /usr/include/c++/9/bits/basic_string.h:6493,
                 from /usr/include/c++/9/string:55,
                 from /usr/include/c++/9/bits/locale_classes.h:40,
                 from /usr/include/c++/9/bits/ios_base.h:41,
                 from /usr/include/c++/9/ios:42,
                 from /usr/include/c++/9/ostream:38,
                 from /usr/include/c++/9/iostream:39,
                 from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.cc:9:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
    9 |  gets(s);
      |        ^
In file included from /usr/include/stdio.h:867,
                 from /usr/include/c++/9/cstdio:42,
                 from /usr/include/c++/9/ext/string_conversions.h:43,
                 from /usr/include/c++/9/bits/basic_string.h:6493,
                 from /usr/include/c++/9/string:55,
                 from /usr/include/c++/9/bits/locale_classes.h:40,
                 from /usr/include/c++/9/bits/ios_base.h:41,
                 from /usr/include/c++/9/ios:42,
                 from /usr/include/c++/9/ostream:38,
                 from /usr/include/c++/9/iostream:39,
                 from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.cc:22:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   22 |  for(j=0;j<max_len;j++)
      |  ^~~
foo.cc:24:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   24 |   j=i;
      |   ^
foo.cc:25:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   25 |  for(;i<=j+len[max_len];i++)
      |  ^~~
foo.cc:27:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   27 |   return 0;
      |   ^~~~~~
foo.cc:9:6: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
    9 |  gets(s);
      |  ~~~~^~~
/usr/bin/ld: /tmp/ccFX6nLu.o: in function `main':
foo.cc:(.text.startup+0x5b): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read greatly, expect greatly. 2ms 384.0 KiB

信息

递交者
类型
自测
语言
C++
递交时间
2022-01-23 13:51:56
评测时间
2022-01-23 13:51:56
评测机
分数
0
总耗时
2ms
峰值内存
384.0 KiB