1091 Acute Stroke (30 point(s))

題解 bfs or dfs。 #include<iostream> #include<cstdio> #include<queue> #include<cstring> using namespace std; const int MAXN = 130; const int MAXM = 80; #define judge(x, y, z) x >= 0 && x < m && y >= 0 &&
相關文章
相關標籤/搜索