可爱石头

文章
5
资源
0
加入时间
3年12月2天

二维数组操作

import java.util.Scanner;public class OperateArray { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int row = scan.nextInt(); int colum = scan.nextInt();