记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:7:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    7 |  for(int i=1;i<s.size() ;i++)
      |              ~^~~~~~~~~
foo.cc:21:12: warning: iteration 100000 invokes undefined behavior [-Waggressive-loop-optimizations]
   21 |   if(a[1][i]>m)
      |      ~~~~~~^
foo.cc:19:15: note: within this loop
   19 |  for(int i=0;i<=100000;i++)
      |              ~^~~~~~~~
foo.cc:29:12: warning: iteration 100000 invokes undefined behavior [-Waggressive-loop-optimizations]
   29 |   if(a[1][i]==m)
      |      ~~~~~~^
foo.cc:27:15: note: within this loop
   27 |  for(int i=0;i<=100000;i++)
      |              ~^~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Wrong Answer User output longer than standard answer. 2ms 640.0 KiB
#3 Wrong Answer Standard answer longer than user output. 2ms 384.0 KiB
#4 Wrong Answer Standard answer longer than user output. 3ms 384.0 KiB
#5 Accepted 2ms 512.0 KiB

信息

递交者
类型
递交
题目
6-10 哪个字母对用得最多
比赛
2022暑期青少年社团(训练赛)
语言
C++
递交时间
2022-08-07 21:23:51
评测时间
2022-08-07 21:23:51
评测机
分数
40
总耗时
14ms
峰值内存
640.0 KiB