Accepted

foo.cc: In function 'int main()':
foo.cc:8:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    8 |         for(int i=0;i<s.size();i++)
      |                     ~^~~~~~~~~
foo.cc:14:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   14 |                         if(sum>0)
      |                         ^~
foo.cc:16:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   16 |                                 sum=0;
      |                                 ^~~
foo.cc:6:19: warning: unused variable 'cnt' [-Wunused-variable]
    6 |         int sum=0,cnt=1,sumz[100001];
      |                   ^~~
foo.cc:6:25: warning: unused variable 'sumz' [-Wunused-variable]
    6 |         int sum=0,cnt=1,sumz[100001];
      |                         ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 4ms 384.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P2416 1.7.24单词的长度
语言
C++
递交时间
2022-08-25 15:12:58
评测时间
2022-08-25 15:12:58
评测机
分数
100
总耗时
12ms
峰值内存
384.0 KiB