PriorityQueue<double[]> pq = new PriorityQueue<>((a, b) -> (int) (a[0] * b[1] - a[1] * b[0])); 楼主,这一句没看懂😂,可以帮忙解释一下嘛