摘要:
package explain;public class YangHui { // 打印6阶的杨辉三角 public static void main(String[] args) { int rows = 6; int[][] arrs = new int[rows][]; // 初始化 ... 阅读全文
posted @ 2015-05-10 20:53
uniquemei
阅读(154)
评论(0)
推荐(0)
2015年5月10日