摘要: 1 public class code1 { 2 public static void main(String[]args) { 3 int[][] x = new int[6][6]; 4 for (int i = 0; i < x.length; i++) { 5 x[i][0] = 1; 6 阅读全文
posted @ 2023-12-26 19:49 浮光跃迁 阅读(82) 评论(0) 推荐(0)