小乌鱼
小乌鱼
全部文章
分类
归档
标签
去牛客网
登录
/
注册
小乌鱼的博客
全部文章
(共1篇)
题解 | 匹配星星
import bisect import sys n = int(input()) stars = [] for i in range(n): x, y, z = map(int, input().split()) stars.append((x, y, z)) stars.sort...
2026-03-12
0
16