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 &&
相关文章
相关标签/搜索