My Java Solution passed all the test case. public static int levelUp(int k, List<Integer> score) { if(k <= 0) return 0; Collections.sort(score, Collections.
確定! 回上一頁