Accepted
/in/foo.cc: In function 'int bfs()': /in/foo.cc:46:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(nx==x2 && ny==y2) //到达目的地 ^~ /in/foo.cc:49:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' nx += dir[i][0]; ^~ /in/foo.cc:54:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- 最少转弯问题
- 语言
- C++
- 递交时间
- 2019-08-14 11:06:07
- 评测时间
- 2019-08-14 11:06:07
- 评测机
- 分数
- 100
- 总耗时
- 2ms
- 峰值内存
- 340.0 KiB