摘要: ##n皇后问题 #include<iostream> #include <cstdio> #include <cstring> using namespace std; const int N = 20; int n; char g[N][N]; int col[N],dg[N],udg[N]; v 阅读全文
posted @ 2021-07-23 11:39 别问了我什么都不会 阅读(46) 评论(0) 推荐(0)