31 votes, 30 comments. import java.util.*; class Main { public static void main(String args[]) { Integer[] a = {1,2}; int[] b = {1,2}…
確定! 回上一頁