HDU nightmare

#include<iostream> #include<queue> int n, m, a[10][10], d[4][2] = { {1,0},{-1,0},{0,1},{0,-1} }; bool b; using namespace std; struct node {     int x, y, t, T; }; int main() {     void bfs(int, int);
相關文章
相關標籤/搜索