科大讯飞这次笔试题还是出的比较用心,最后一题解方程没写出来 第一题: 加了一层padding去做 public static void main(String[] args) { Scanner sc = new Scanner(System.in); int M = sc.nextInt(), N = sc.nextInt(), K = sc.nextInt(), L = sc.nextInt(); int[][] arr = new int[M+K/2*2][N+L/2*2]; int[][] kernal = ...