说明: import java.util.Scanner; public class Main { public static void main(String[] args) { int a[][],b[],c[]; Scanner reader=new Scanner(System.in); int n,m; n=reader.nextInt(); m=reader.nextInt(); a=new int[n+2][m+2]; b=new int[4]; c=new int[4]; for(in
<qq_36620091> 上传 | 大小:1kb