摘要: A 棋盘问题 #include<cstdio> #include<cmath> #include<cstring> #include<algorithm> using namespace std; char mp[12][12]; int n, k, ans, b[12], m; void dfs( 阅读全文
posted @ 2018-09-17 12:16 test1024 阅读(130) 评论(0) 推荐(0)