Accepted
foo.cc: In function 'int main()':
foo.cc:8:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<s.size();i++)
~^~~~~~~~~
foo.cc:8:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i=0;i<s.size();i++)
^~~
foo.cc:10:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
cout<<cnt<<endl;
^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P2287 小写字母个数
- 语言
- C++
- 递交时间
- 2021-08-12 15:30:42
- 评测时间
- 2021-08-12 15:30:42
- 评测机
- 分数
- 100
- 总耗时
- 41ms
- 峰值内存
- 440.0 KiB