[Training]CCPC2018-湖南全国邀请赛
Posted amadeus
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Training]CCPC2018-湖南全国邀请赛相关的知识,希望对你有一定的参考价值。
Rank | Solved | A | B | C | D | E | F | G | H | I | J | K |
---|---|---|---|---|---|---|---|---|---|---|---|---|
--/-- | 8/11 | O | O | O | . | O | O | O | . | . | O | O |
O
: 当场通过
?
: 赛后通过
.
: 尚未通过
A Easy h-index
solved by chelly
chelly‘s solution
签到
B Higher h-index
solved by chelly&ch
chelly‘s solution
最优策略是分成n个部分,每个都是1
C Just h-index
solved by chelly
chelly‘s solution
在可持久化线段树上二分
D Circular Coloring
unsolved
E From Tree to Graph
solved by chelly
chelly‘s solution
容易发现对于一个树上一个点来说,它的答案就是它的度数
考虑每次加入一条边,就是把环上的点答案-1
用并查集维护
F Sorting
solved by ch
ch‘s solution
排个序,注意用__int128
G String Transformation
solved by ch
ch‘s solution
H Infinity
unsolved
I Longest Increasing Subsequence
unsolved
J Vertex Cover
solved by ch
ch‘s solution
K 2018
solved by ch
ch‘s solution
Replay
本场由chelly、ch线下打的。
chelly:日常不在状态,各种卡题,读假题。
以上是关于[Training]CCPC2018-湖南全国邀请赛的主要内容,如果未能解决你的问题,请参考以下文章
CCPC2018-湖南全国邀请赛 G String Transformation
hdu - 6276,2018CCPC湖南全国邀请赛A题,水题,二分
hdu - 6282,2018CCPC湖南全国邀请赛G题,字符串,规律