记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:11:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(a);
        ^
In file included from /usr/include/stdio.h:862:0,
                 from /usr/include/c++/7/cstdio:42,
                 from /usr/include/c++/7/ext/string_conversions.h:43,
                 from /usr/include/c++/7/bits/basic_string.h:6361,
                 from /usr/include/c++/7/string:52,
                 from /usr/include/c++/7/bits/locale_classes.h:40,
                 from /usr/include/c++/7/bits/ios_base.h:41,
                 from /usr/include/c++/7/ios:42,
                 from /usr/include/c++/7/ostream:38,
                 from /usr/include/c++/7/iostream:39,
                 from foo.cc:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:232:1: note: declared here
 gets (char *__str)
 ^~~~
foo.cc:14:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<strlen(a);i++)
              ~^~~~~~~~~~
foo.cc:15:9: warning: array subscript has type 'char' [-Wchar-subscripts]
   s[a[i]]++;
         ^
foo.cc:16:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<strlen(a);i++)
              ~^~~~~~~~~~
foo.cc:17:12: warning: array subscript has type 'char' [-Wchar-subscripts]
   if(s[a[i]]>max)
            ^
foo.cc:18:14: warning: array subscript has type 'char' [-Wchar-subscripts]
    max=s[a[i]];
              ^
foo.cc:25:12: warning: array subscript has type 'char' [-Wchar-subscripts]
   if(s[a[i]]==max)
            ^
foo.cc:13:6: warning: unused variable 'cnt' [-Wunused-variable]
  int cnt=0;
      ^~~
foo.cc:11:6: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
  gets(a);
  ~~~~^~~
/tmp/ccGdH1hq.o: In function `main':
foo.cc:(.text.startup+0x45): warning: the `gets' function is dangerous and should not be used.
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Wrong Answer Read B, expect b. 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Wrong Answer User output longer than standard answer. 1ms 384.0 KiB
#5 Runtime Error Aborted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
6-9 哪个字母用得最多
比赛
2020苏青奥赛集训营(2021-3-28课后作业)
语言
C++
递交时间
2021-03-30 16:59:27
评测时间
2021-03-30 16:59:27
评测机
分数
40
总耗时
9ms
峰值内存
384.0 KiB