Fork me on GitHub
摘要: #include <stdio.h> int Queenes[8]={0},Counts=0; k =0; int Check(int line,int list){ //遍历该行之前的所有行 for (int index=0; index<line; index++) { //挨个取出前面行中皇后 阅读全文
posted @ 2020-11-26 14:57 暗里有光 阅读(117) 评论(0) 推荐(0) 编辑
1