import java.util.Arrays; public class Main2 { public static void main(String[] args) { int[] arr = new int[10]; Arrays.fill(arr, ...
確定! 回上一頁