public class RunoobTest { /* 反转数组*/ static void reverse(int a[], int n) { int[] b = new int[n]; int j = n; for (int i = 0; i < n; i++) {
確定! 回上一頁