摘要: public static void main(String[] args) {int [][] yh=new int[10][];for(short i=0;i<yh.length;i++){yh[i]=new int[i+1];for (int j = 0; j < yh[i].length; ... 阅读全文
posted @ 2015-10-05 15:26 wowowo1 阅读(272) 评论(0) 推荐(0)
摘要: public static void main(String[] args) {String [][] yh=new String[9][];for(short i=0;i<yh.length;i++){yh[i]=new String[i+1];for (int j = 0; j < yh[i].... 阅读全文
posted @ 2015-10-05 15:23 wowowo1 阅读(1049) 评论(0) 推荐(0)