记录详情

Wrong Answer

/in/foo.cc: In function 'int BFS(Point, std::__cxx11::string)':
/in/foo.cc:27:98: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if (next.pos >= 0 && next.pos < len && next.pos != ' ' && !vis[next.pos] && (i != 3 || i == 3 && now.x))
                                                                                           ~~~~~~~^~~~~~~~
/in/foo.cc:39:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 216.0 KiB

信息

递交者
类型
递交
题目
跳跳跳跳
语言
C++
递交时间
2020-12-16 18:52:32
评测时间
2020-12-16 18:52:32
评测机
分数
0
总耗时
2ms
峰值内存
216.0 KiB