例:int a[rowMax][colMax];for(int i=0;i<rowMax;i++){ for(int j=;j<colMax;j++){ scanf("%d",&a[i][j]); } }