摘要: 1 //纯dfs() 2 3 #include 4 #include 5 #include 6 #include 7 #include 8 9 using namespace std; 10 const int maxn = 10; 11 char g[maxn][maxn]; 12 bool vis[maxn]; //列标记 13 int n, k... 阅读全文
posted @ 2018-04-03 20:51 ouyang_wsgwz 阅读(143) 评论(0) 推荐(0) 编辑