摘要: 蓝桥杯国赛 from math import sqrt inf = float('inf') n, mx = map(int,input().split()) dot=[] for i in range(n): x,y=map(int,input().split()) dot.append((x,y 阅读全文
posted @ 2025-05-25 15:45 邓佑孤 阅读(6) 评论(0) 推荐(0)