链接:https://ac.nowcoder.com/acm/contest/882/F来源:牛客网 Given 2N people, you need to assign each of them into either red team or white team ...
题目链接:https: ac.nowcoder.com acm contest C 来自:山东大学FST stay night的的题解,加入一些注释帮助理解神仙代码。 好像题解被套了一次又一次 要学习的地方我觉得是 点: .使用dp 贪心 的思想求出每段所在的连续段 .因为前缀和是连续变化的,可以用lazy标记来代替树状数组来维护。 ...
2019-07-21 16:02 0 586 推荐指数:
链接:https://ac.nowcoder.com/acm/contest/882/F来源:牛客网 Given 2N people, you need to assign each of them into either red team or white team ...
参考于: https://www.luogu.org/problemnew/solution/P4723 shadowice1984 (太难) https://www.cnblogs.com/zhgy ...
A. Eddy Walker solved by rdc 202min -1 题意 一个点在长度为 \(n\) 的环上游走,输出第一次访问到所有点时在 \(x\) 上的概率。 做法 考虑经典的线 ...
题目传送门 题号 A B C D E F G H I J 状态 ...
题意 给出两个序列 A、B,其长度分别为 n、m,保证 $n>m $ ,求 A 中有多少个长度为 m 的子串 S,使得\(\forall i\in\{1,2,\cdots ...
目录 Contest Info Solutions A.Equivalent Prefixes B.Integration C.Euclid ...
2019牛客暑期多校训练营(第一场) A.Equivalent Prefixes solved by RDC 42min -1, assisted by F0_0H 题意 给两个序列,求最长前缀使得笛卡尔树相同。 做法1 二分前缀,建笛卡尔树。 做法2 递归地计算 \([l,r ...
题目传送门 题号 A B C D E F G H I J 状态 ...