sortWith (Comparator { a, b -> if (a[0] == b[0]) a[1] - b[1] else b[0] - a[0] }) val res = ArrayList<IntArray>() for (p in people) { res.add(p[1], ...
確定! 回上一頁