发表评论取消回复
相关阅读
相关 codeforces - 808 (div2)
A.把这个数+1,如果符合条件就符合条件了,不符合就把最高位 + 1,其余位置0 ![ContractedBlock.gif][] ![ExpandedBlockStart.
相关 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 808C-Tea Party
简单贪心-CodeForces 808C-Tea Party -------------------- 题目链接:[C. Tea Party][] 思路:
相关 CodeForces 808B-Average Sleep Time
CodeForces 808B-Average Sleep Time -------------------- 题目链接:[B. Average Slee
相关 CodeForces 808A-Lucky Year
CodeForces 808A-Lucky Year -------------------- 题目链接:[A. Lucky Year][] 思
相关 Codeforces 353E 贪心
题意:给你一张有向图,第i条边连接i号点和(i + 1) % n号点,问最多可以选择多少个点,使得这些点互相不可达。 思路:容易发现,如果某个边的集合点的数目大于等于2,那么
相关 C. Strange Birthday Party(贪心)
[题目][Link 1] 题意:我有n个朋友,商店有m种商品,这m种商品按序号价格从小到大排列,对于每一个朋友我给出一个序号k,我可以直接给朋友序号k的商品价格的金钱或给
还没有评论,来说两句吧...