Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:11:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (z<d[x][y]) d[x][y]=z;if (z<d[y][x]) d[y][x]=z;} ^~ /in/foo.cc:11:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (z<d[x][y]) d[x][y]=z;if (z<d[y][x]) d[y][x]=z;} ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2005 换教室
- 语言
- C++
- 递交时间
- 2017-09-22 04:43:00
- 评测时间
- 2017-09-22 04:43:00
- 评测机
- 分数
- 100
- 总耗时
- 979ms
- 峰值内存
- 92.18 MiB