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; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1546 学校食堂
- 语言
- C++
- 递交时间
- 2018-10-12 18:42:15
- 评测时间
- 2018-10-12 18:42:15
- 评测机
- 分数
- 40
- 总耗时
- 868ms
- 峰值内存
- 20.0 MiB