摘要: package Array;//稀疏数组public class Study09 { //棋盘 public static void main(String[] args) { //创建一个二维数组 11*11 0:没有棋子 1;黑棋 2:白棋 int[][] array1 = new int[11 阅读全文
posted @ 2021-12-11 15:48 随顾 阅读(26) 评论(0) 推荐(0)