Accepted
foo.cc: In function 'T read()': foo.cc:13:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (;!isdigit(ch);ch=getchar()) ^~~ foo.cc:15:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(;isdigit(ch);ch = getchar()) sum=sum*10+ch-'0'; ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1000 A+B问题
- 语言
- C++
- 递交时间
- 2021-08-27 19:10:06
- 评测时间
- 2021-08-27 19:10:06
- 评测机
- 分数
- 10
- 总耗时
- 1ms
- 峰值内存
- 384.0 KiB