
读题
囿于昼夜one
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Round #647 (Div. 2) D. Johnny and Contribution(贪心)
题意:Jony要写n篇博客,每篇博客的内容只能覆盖一个主题,但一个主题可以被多篇博客覆盖。在博客与博客之间可以相互引用,但是相互引用的博客不能涵盖相同的主题,否则博客是无效的。给出Jony要写的博客之间的相互引用关系,他在写博客的时候会依照这个引用关系来安排写博客的顺序,因此他在写博客的时候会首先查看他要引用的博客的主题,然后选出没有被覆盖的且主题编号最小的主题写入本篇博客。例如:若要的这篇博客引用的博客覆盖了主题1,3,2,5,那么这篇博客就应该要选择主题4编写。问是否存在一个写博客的顺序满足博客之间的相原创 2020-06-24 17:57:03 · 666 阅读 · 0 评论 -
It’s Time for a Montage
** Problem I: It’s Time for a Montage(German Collegiate Programming Contest 2018) ** The heroes of your favorite action TV show are preparing for the final confrontation with the villains. Fundamental...原创 2019-08-27 20:23:16 · 434 阅读 · 0 评论 -
Cosmetic Survey(2018-2019 ACM-ICPC, Asia Seoul Regional Contest B)
ICP(International Cosmetic Perfection) Company plans to survey the preferences of new m cosmetics in order to know which cosmetic is the most preferred. For this survey, ICPC selected n people as eval...原创 2019-08-31 23:01:24 · 461 阅读 · 0 评论 -
The Preliminary Contest for ICPC Asia Nanjing 2019 H Holy Grail
Holy Grail Description As the current heir of a wizarding family with a long history,unfortunately, you find yourself forced to participate in the cruel Holy Grail War which has a reincarnation of six...原创 2019-09-02 16:33:36 · 143 阅读 · 0 评论 -
HDU 4283 You Are the One(区间DP)
Problem Description The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show itself. The show is hold in the Small hall,...原创 2019-10-04 11:44:04 · 175 阅读 · 0 评论