allkill
allkill
全部文章
分类
学习记录(7)
未归档(1)
题解(15)
归档
标签
去牛客网
登录
/
注册
allkill的博客
全部文章
(共2篇)
CF educational 108 C Berland Regional
题目要求:题目大意:每个学校有很多人,每个人有一个能力值。现在要组队参赛,假如现在一支队伍k人,最终参赛总人数是k的倍数,而且只能同校组队。问队伍人数从1~n,这n种情况每种情况整个比赛所有参赛队员的最大能力和。思路:就是模拟,但要注意方***不会超时.我最初得思路是k从到n,每次遍历这个学校对答案...
codeforces
2021-05-01
0
618
codeforces706(div.2)题解
B:Baby Badawy's first words were "AND 0 SUM BIG", so he decided to solve the following problem. Given two integers n and k, count the number of arrays...
codeforces
2021-04-20
0
645