参考于: https://www.luogu.org/problemnew/solution/P4723 shadowice1984 (太难) https://www.cnblogs.com/zhgy ...
链接:https: ac.nowcoder.com acm contest F来源:牛客网 Given N people, you need to assign each of them into either red team or white team such that each team consists of exactly N people and the total competit ...
2019-07-20 17:55 1 359 推荐指数:
参考于: 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 ...
题目链接:https://ac.nowcoder.com/acm/contest/882/C 来自:山东大学FST_stay_night的的题解,加入一些注释帮助理解神仙代码。 好像题解被套了一次又 ...
2019牛客暑期多校训练营(第一场) A.Equivalent Prefixes solved by RDC 42min -1, assisted by F0_0H 题意 给两个序列,求最长前缀使得笛卡尔树相同。 做法1 二分前缀,建笛卡尔树。 做法2 递归地计算 \([l,r ...
F.Random Point in Triangle H.XOR I.Points ...
题目传送门 题号 A B C D E F G H I J 状态 ...