记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:7:22: 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:26: warning: iteration 1000000 invokes undefined behavior [-Waggressive-loop-optimizations]
   21 |                 if(a[1][i]>m)
      |                    ~~~~~~^
foo.cc:19:22: note: within this loop
   19 |         for(int i=0;i<=1000000;i++)
      |                     ~^~~~~~~~~
foo.cc:29:26: warning: iteration 1000000 invokes undefined behavior [-Waggressive-loop-optimizations]
   29 |                 if(a[1][i]==m)
      |                    ~~~~~~^
foo.cc:27:22: note: within this loop
   27 |         for(int i=0;i<=1000000;i++)
      |                     ~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 11ms 380.0 KiB
#2 Wrong Answer User output longer than standard answer. 7ms 384.0 KiB
#3 Wrong Answer Standard answer longer than user output. 10ms 384.0 KiB
#4 Wrong Answer Standard answer longer than user output. 10ms 384.0 KiB
#5 Accepted 10ms 640.0 KiB

信息

递交者
类型
递交
题目
6-10 哪个字母对用得最多
语言
C++
递交时间
2022-08-11 08:26:52
评测时间
2022-08-11 08:26:52
评测机
分数
40
总耗时
50ms
峰值内存
640.0 KiB