虽然没卵用
class Solution { public static List<Integer> getLeastNumbers_Solution(int[] input, int k) { return Arrays.stream(input).sorted().limit(k).boxed().collect(Collectors.toList()); } }
一堆奇奇怪怪的看不懂的代码,这就AC了????
还有更奇怪的呢 https://www.acwing.com/solution/content/47522/ (滑稽)(滑稽)
这就是Java吗,爱了爱了
一堆奇奇怪怪的看不懂的代码,这就AC了????
还有更奇怪的呢
https://www.acwing.com/solution/content/47522/
(滑稽)(滑稽)
这就是Java吗,爱了爱了