摘要: public class YH { public static void main (String args[]){ int a[][]=new int[5][5]; int i,j ; for(i=0;i<5;i++){ for(j=0;j<5;j++){ a[i][0]=1; if(i==j) 阅读全文
posted @ 2017-03-27 23:19 jsjljq 阅读(336) 评论(1) 推荐(0)