Accepted
/in/foo.cc: In function 'void get_dis(int)': /in/foo.cc:48:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i = 1;i <= N; ++i) d[i] = INF; d[s] = 0; ^~~ /in/foo.cc:48:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for (int i = 1;i <= N; ++i) d[i] = INF; d[s] = 0; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 魔法猪学院
- 语言
- C++
- 递交时间
- 2018-02-21 14:17:47
- 评测时间
- 2018-02-21 14:17:47
- 评测机
- 分数
- 100
- 总耗时
- 830ms
- 峰值内存
- 56.098 MiB