摘要: 稀疏数组 public class SparseArray { public static void main(String[] args) { //0 代表无棋子 1 代表黑棋 2 代表白棋 int[][] array1 = new int[11][11]; array1[1][2] = 1; a 阅读全文
posted @ 2020-07-25 22:33 mx丶 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 杨辉三角 public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("请输入杨辉三角的行数:"); int n = sc.nextInt(); int[][] ar 阅读全文
posted @ 2020-07-25 22:31 mx丶 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 猫咪 简单 海 woman1 阅读全文
posted @ 2020-07-25 17:20 mx丶 阅读(230) 评论(1) 推荐(0) 编辑
Live2D