J.Easy Integration 公式题,沃利斯积分:\(\int_{0}^{1}{(x-x^2)^n}dx=\frac{(n!)^2}{(2n+1)!}\) 一直按照分部积分公式:\(\int ...
https: ac.nowcoder.com acm contest question A B Suffix Array B Infinite Tree C Domino D Quadratic Form E Counting Spanning Trees F Infinite String Comparision 首先:明确一件事情,就是只能自己翻译翻译:对于一个字符串X,Bobo定义x可以重复 ...
2020-07-12 20:06 0 575 推荐指数:
J.Easy Integration 公式题,沃利斯积分:\(\int_{0}^{1}{(x-x^2)^n}dx=\frac{(n!)^2}{(2n+1)!}\) 一直按照分部积分公式:\(\int ...
目录 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 状态 ...
题意 给出两个序列 A、B,其长度分别为 n、m,保证 $n>m $ ,求 A 中有多少个长度为 m 的子串 S,使得\(\forall i\in\{1,2,\cdots ...
链接: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\) 上的概率。 做法 考虑经典的线段上随游走问题,数轴上有 \(x=0\) 的 \(A\) 点,与 \(x=n\) 的 \(B ...