摘要: 1 public class EightQueenDemo { 2 3 public static int count = 0; 4 public boolean check(int array[][], int num, int i, int j) { 5 for(int k = 0; k = 0 && t >= 0; s--, t--) {... 阅读全文
posted @ 2019-01-04 16:44 嘿boom 阅读(178) 评论(0) 推荐(0)