摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 constexpr size_t maxn = 105; 4 int dx[9]={1,0,1,-1,0,-1,1,-1};//八个方位 5 int dy[9]={0,1,1,0,-1,-1,-1 阅读全文
posted @ 2020-03-09 19:36 ACWink 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 using namespace std; 3 constexpr size_t maxn = 105; 4 int dx[9]={1,0,1,-1,0,-1,1,-1};//八个方位 5 int dy[9]=... 阅读全文
posted @ 2020-03-09 19:36 ACWink 阅读(60) 评论(0) 推荐(0) 编辑