记录详情

Accepted

/in/foo.cc: In function 'int bfs()':
/in/foo.cc:48:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
           if(nx==x2 && ny==y2) //到达目的地 
           ^~
/in/foo.cc:51: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:56:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 344.0 KiB
#2 Accepted 1ms 220.0 KiB

信息

递交者
类型
递交
题目
最少转弯问题
语言
C++
递交时间
2019-08-14 11:04:43
评测时间
2019-08-14 11:04:43
评测机
分数
100
总耗时
2ms
峰值内存
344.0 KiB