摘要: int arr[][] = {{1,2,3},{4,5,6},{7,8,9}}; System.out.println("转置前的矩阵是:"); printArray(arr); int arr2[][] = ... 阅读全文
posted @ 2016-01-10 17:37 爆炸吧!现充\(#*_*)/ 阅读(243) 评论(0) 推荐(0) 编辑