Accepted
/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:65: 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; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1769 网络的关键边
- 语言
- C++
- 递交时间
- 2017-08-12 08:12:16
- 评测时间
- 2017-08-12 08:12:16
- 评测机
- 分数
- 100
- 总耗时
- 207ms
- 峰值内存
- 7.0 MiB