摘要: 代码: public class queue { //棋盘大小及皇后数量 static int max=8; //正解的集合 下标为行 值为列 static int[] array=new int[max]; public static void main(String[] args) { queu 阅读全文
posted @ 2021-11-12 12:40 unIlIl 阅读(43) 评论(0) 推荐(1)