Accepted
foo.cc: In function 'void bfs()': foo.cc:31:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 31 | if (vis[x][y]) continue; vis[x][y] = true; | ^~ foo.cc:31:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 31 | if (vis[x][y]) continue; vis[x][y] = true; | ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 比赛
- 2023秋 苏州青少年科技馆(吴江计算机协会)CSP-J/S模拟赛(4)
- 语言
- C++
- 递交时间
- 2023-10-13 18:50:42
- 评测时间
- 2023-10-13 18:50:42
- 评测机
- 分数
- 100
- 总耗时
- 292ms
- 峰值内存
- 1.613 MiB