摘要: 1779. 找到最近的有相同 X 或 Y 坐标的点 class Solution { public int nearestValidPoint(int x, int y, int[][] points) { int n = points.length; int res = (int)0x3f3f3f 阅读全文
posted @ 2022-12-01 09:00 Eiffelzero 阅读(34) 评论(0) 推荐(0)