#广搜#oliver的救援

题意:从某个点走到另外一个点,求最小步数。html   #include <cstdio> #include <cctype> using namespace std; char x; int head,tail=1,n,qx,qy; bool a[1001][1001]; short father[1000001]; short stat[1000001][3]; const int dx[4]
相关文章
相关标签/搜索