String [] p = input.split(","); int[] ans = new int[p.length]; for (int i = 0; i < p.length; i++) { ans[i] = Integer.parseInt(p[i]); }.
確定! 回上一頁