BZOJ 1644 Usaco2007 Oct Obstacle Course 障碍训练课 SPFA
题目大意:给定一个有坏点的网格图,从A点走到B点,要求拐弯最少裸SPFA……在状态那里记录下方向就好了水水更健康~~#include
#include
#include
#include
#defineM10100
#defineP(x,y)((x)*n-n+(y))
usingnamespacestd;
constintdx[]={0,0,1,-1};
constintdy[]={1,-1,0,