摘要:
public class Ttt { public static void main(String[] args) { int[][] a=new int[10][10]; for(int i=0;i<10;i++) for(int j=0;j<10;j++) { if (j<i) { a[i][j]=1; if(j==0){ ... 阅读全文
posted @ 2019-03-31 09:07
越活越酷
阅读(496)
评论(0)
推荐(0)

浙公网安备 33010602011771号