
CF
CharlieBrownn
八重樱花繁且枝盛,君需记累瓣必偿情。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Round #551 (Div. 2) C. Serval and Parenthesis Sequence
C. Serval and Parenthesis Sequence time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Serval soon said goodbye to Japari kindergarten...原创 2019-04-14 10:51:05 · 532 阅读 · 0 评论 -
Codeforces Round #551 (Div. 2)D. Serval and Rooted Tree
D. Serval and Rooted Tree time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Now Serval is a junior high school student in Japari Mi...原创 2019-04-14 11:41:39 · 709 阅读 · 0 评论 -
Codeforces Round #574 (Div. 2)前五题
http://codeforces.com/contest/1195 A. Drinks Choosing 题目: n个人,k种饮料,第i个人想喝第a_i种饮料。提供任意饮料套餐,一个饮料套餐必定含有相同的两份饮料。取ceil(n/2)份饮料套餐,问最多有多少人能喝到自己想喝的饮料 对a数组排序后,统计有多少对(k,k)相同数字可以喝同一份套餐,记为cnt1,其余不能组成对的...转载 2019-07-18 16:39:00 · 187 阅读 · 0 评论