摘要: #include <stdio.h> #define N 4 int solution[N], j, k, count, sols; int place(int row, int col) { for (j = 0; j <row; j++) { if (row - j == solution[ro 阅读全文
posted @ 2020-10-06 18:17 周文豪 阅读(278) 评论(0) 推荐(0)