Wrong Answer
/in/foo.cc: In function 'int BFS(Point, std::__cxx11::string)': /in/foo.cc:28:101: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (next.pos >= 0 && next.pos < len && a[next.pos] != ' ' && !vis[next.pos] && (i != 3 || i == 3 && now.x)) ~~~~~~~^~~~~~~~ /in/foo.cc:40:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- 跳跳跳跳
- 语言
- C++
- 递交时间
- 2020-12-16 18:56:08
- 评测时间
- 2020-12-16 18:56:08
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 216.0 KiB