摘要: #include<bits/stdc++.h>using namespace std;int n,x;int chess[17*17];//记录棋盘上的numberarray<int,2>pace[17*17*3][17*17*3],dp[17*17][3];//first记录root,second 阅读全文
posted @ 2018-10-14 17:31 sewage 阅读(141) 评论(0) 推荐(0)