摘要: 1 class O3_1 { 2 public static void main(String args[ ]) { 3 int[][] twoD=new int[4][5]; 4 int i,j,k= 0; 5 for(i=0;i<twoD.length;i++) { 6 for(j=0;j<tw 阅读全文
posted @ 2020-11-28 12:55 李家宇 阅读(109) 评论(0) 推荐(0)