发表评论取消回复
相关阅读
相关 区间覆盖(贪心)
题目描述 给定N个闭区间\[ai,bi\]以及一个线段区间\[s,t\],请你选择尽量少的区间,将指定线段区间完全覆盖。 输出最少区间数,如果无法完全覆盖则输出-1。
相关 codeforces C. Bits 贪心
C. Bits time limit per test 1 second memory limit per test 256 megabytes input sta
相关 codeforces 276D 贪心
D. Little Girl and Maximum XOR time limit per test 2 seconds memory limit per test 2
相关 CodeForces 873C(贪心)
问题描述: Ivan is playing a strange game. He has a matrix a with n rows and m columns. Eac
相关 Codeforces 191B(贪心)
问题描述: In the capital city of Berland, Bertown, demonstrations are against the recent el
相关 区间-CodeForces 813B-The Golden Age
区间-CodeForces 813B-The Golden Age -------------------- 题目链接:[B. The Golden Ag
相关 (贪心+区间排序)CodeForces 813A-The Contest
(贪心+区间排序)CodeForces 813A-The Contest -------------------- 题目链接:[A. The Contes
相关 Codeforces 1029B-Creating the Contest
Codeforces 1029B-Creating the Contest -------------------- 题目链接: [B. Creat
相关 Codeforces 353E 贪心
题意:给你一张有向图,第i条边连接i号点和(i + 1) % n号点,问最多可以选择多少个点,使得这些点互相不可达。 思路:容易发现,如果某个边的集合点的数目大于等于2,那么
相关 1265 - C. Beautiful Regional Contest (贪心)
[题目][Link 1] 思路:要求每个金牌切的题高于银牌,银牌高于铜牌,铜牌高于铁牌,那么必然对于切题一样的队伍只会获得相同的牌。此时我们把切题一样的队看作一个个打包好
还没有评论,来说两句吧...