记录详情

Accepted

foo.cc: In function 'int BFS(Point)':
foo.cc:28:109: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   28 |    if (next.pos >= 0 && next.pos < len && a[next.pos] != ' ' && !vis[next.pos][next.x] && (i != 3 || i == 3 && now.x))
      |                                                                                                      ~~~~~~~^~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
跳跳跳跳
语言
C++
递交时间
2020-12-16 19:51:48
评测时间
2021-12-02 23:45:35
评测机
分数
10
总耗时
2ms
峰值内存
384.0 KiB