发表评论取消回复
相关阅读
相关 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 - 191A Dynasty Puzzles(dp)
[点我看题][Link 1] 题意:就是有一些字符串作为名字,每个串前面的最后一个字母和当前串的前一个字母相同则可以连接起来,最终要求首尾字母相同的串的最大长度为多少. 分
相关 CodeForces 191A Dynasty Puzzles(DP)
The ancient Berlanders believed that the longer the name, the more important its bearer
相关 (简单贪心)CodeForces 994B-Knights of a Polygonal Table
(简单贪心)CodeForces 994B-Knights of a Polygonal Table -------------------- 题
相关 codeforces 158B Taxi(贪心)
[题目链接][Link 1] 题目大意:有n组小学生想要搭乘出租车,每辆出租车最多能坐4个小学生,每组小学生必须坐同一辆出租车,问至少需要多少辆出租车? 分析:要想出租车的
相关 codeforces1143B题解(贪心)
给出n,求1到n每个数字的每一位乘积的最大值 / Created by hao on 2019/4/14. 给出n,求1到n每个数字的每一位乘
相关 Codeforces 353E 贪心
题意:给你一张有向图,第i条边连接i号点和(i + 1) % n号点,问最多可以选择多少个点,使得这些点互相不可达。 思路:容易发现,如果某个边的集合点的数目大于等于2,那么
还没有评论,来说两句吧...