摘要:
class Solution { public static int[] x; public static int sum=0; public static char[][] board; public List> solveNQueens(int n) { x =new int[n]; for(int... 阅读全文
posted @ 2017-12-15 20:25
vector11248
阅读(127)
评论(0)
推荐(0)
摘要:
import java.util.*; import java.io.*; import java.math.*; public class Hello { public static int n; public static int[] x; public static int sum=0; public static void main(String[... 阅读全文
posted @ 2017-12-15 16:39
vector11248
阅读(164)
评论(0)
推荐(0)
摘要:
import java.util.*; import java.io.*; import java.math.*; public class Hello { static int cnt =1; public static void main(String[] args) throws IOException { int n = 8; c... 阅读全文
posted @ 2017-12-15 12:46
vector11248
阅读(167)
评论(0)
推荐(0)

浙公网安备 33010602011771号