Wrong Answer
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<=sizeof(a);i++) ~^~~~~~~~~ foo.cc:8:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0;i<=sizeof(a);i++) ^~~ foo.cc:11:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' cout<<b; ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1279 小写字母个数
- 语言
- C++
- 递交时间
- 2021-08-04 18:29:39
- 评测时间
- 2021-08-04 18:29:39
- 评测机
- 分数
- 15
- 总耗时
- 41ms
- 峰值内存
- 384.0 KiB