Runtime Error
/in/foo.cc: In function 'void Read(Type&)': /in/foo.cc:12:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for( ;ch>='0'&&ch<='9';ch=getchar() )In = In * 10 + ch - '0';In *= f; ^~~ /in/foo.cc:12:63: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for( ;ch>='0'&&ch<='9';ch=getchar() )In = In * 10 + ch - '0';In *= f; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1221 神秘配方
- 语言
- C++
- 递交时间
- 2017-08-08 21:24:42
- 评测时间
- 2017-08-08 21:24:42
- 评测机
- 分数
- 70
- 总耗时
- 30ms
- 峰值内存
- 596.0 KiB