摘要: #include #include #include using namespace std; int dir[4][2]={{0,1},{0,-1},{1,0},{-1,0}}; int mp[16][16]; int x[16*16+2];// 用来存储解的情况 int a[16*16+2][16*16+2]; const int inf=90000009; void init() {... 阅读全文
posted @ 2017-09-21 22:42 猪突猛进!!! 阅读(219) 评论(0) 推荐(0)