摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1384 大意:有 $n$ 个区间 $[a_i,b_i]$,每个区间有个权值 $c_i$,找到一个最小的整数集合 $U$ 满足,任意 $i$ 都有 $[a_i,b_i]∩U$ 的元素个数大于等于 $c_i$ 阅读全文
posted @ 2020-02-25 23:32 axiomofchoice 阅读(169) 评论(0) 推荐(0)