摘要:
public class Demo { public static void main(String[] args) { int row=8; int colum=8; int[][] a=new int[row][colum]; for(int i=0;i<row;i++) { for(int j=0;j<=i;j++) { if(j==0||i==j... 阅读全文
posted @ 2018-06-30 21:30
放养
阅读(285)
评论(0)
推荐(0)
浙公网安备 33010602011771号