Accepted
/in/foo.cc: In function 'int calc(int*, int, int)': /in/foo.cc:25:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(i>=g) break; ++ans; --g; ^~ /in/foo.cc:25:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(i>=g) break; ++ans; --g; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- 3# 赛道修建( 长郡数据)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2018-11-17 00:38:02
- 评测时间
- 2018-11-18 00:20:57
- 评测机
- 分数
- 100
- 总耗时
- 1116ms
- 峰值内存
- 8.559 MiB