Accepted
/in/foo.cc: In function 'void read(T&)': /in/foo.cc:16:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(;ch>='0'&&ch<='9';ch=getchar()) x=x*10+ch-'0'; x*=f; ^~~ /in/foo.cc:16:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(;ch>='0'&&ch<='9';ch=getchar()) x=x*10+ch-'0'; x*=f; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1426 兴奋剂检查
- 语言
- C++
- 递交时间
- 2018-10-12 18:46:18
- 评测时间
- 2018-10-12 18:46:18
- 评测机
- 分数
- 100
- 总耗时
- 2320ms
- 峰值内存
- 2.75 MiB