记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 796.0 KiB
#2 Accepted 5ms 1.402 MiB
#3 Accepted 7ms 796.0 KiB
#4 Accepted 6ms 796.0 KiB
#5 Accepted 43ms 1.52 MiB
#6 Accepted 39ms 1.496 MiB
#7 Accepted 45ms 1.613 MiB
#8 Accepted 45ms 1.527 MiB
#9 Accepted 47ms 1.609 MiB
#10 Accepted 47ms 1.59 MiB

信息

递交者
类型
递交
比赛
2023秋 苏州青少年科技馆(吴江计算机协会)CSP-J/S模拟赛(4)
语言
C++
递交时间
2023-10-13 18:50:42
评测时间
2023-10-13 18:50:42
评测机
分数
100
总耗时
292ms
峰值内存
1.613 MiB