摘要: 一、N皇后二进制Java代码: public class Solution{ int count = 0; public int totalNQueue(n) { if (n < 1) { return n; } //int类型只能表示最大值为32*32的棋盘,如果大于32,则要使用long型 DF 阅读全文
posted @ 2020-07-30 17:52 吾王初心 阅读(309) 评论(0) 推荐(0) 编辑