首先推出来这样一个东西: $$ b_i=\sum\limits_{j=1}^n\gcd(i,j)^{C D}\cdot i^D\cdot j^D\cdot x_j $$ 现在令: $$ \begin {aligned} b_i &= \frac {b_i} {(i^D)} \\ x_i &= x_i ...
分类:
其他好文 时间:
2019-06-14 01:03:22
阅读次数:
114
"传送门" 题目 $$ \begin{aligned} &f_n=c^{2 n 6}f_{n 1}f_{n 2}f_{n 3}&\\ \end{aligned} $$ 思路 我们通过迭代发现$f_n$其实就是由$c^{x_1},f_1^{x_2},f_2^{x_3},f_3^{x_4}$相乘得到,因 ...
分类:
其他好文 时间:
2019-06-12 01:09:10
阅读次数:
159
热闹度$p$子图中最小的度数,尴尬度$q$独立集大小,之间的约束 $$ \begin{aligned} \lfloor n/(p+1)\rfloor\le q &\rightarrow \lceil(n p 1+1)/(p+1)\rceil\le q\\ &\rightarrow \lceil(n ...
分类:
其他好文 时间:
2019-06-08 16:25:44
阅读次数:
93
On a grid, we place some cubes that are axis aligned with the x, y, and z axes. Each value represents a tower of cubes placed on top of grid cell . No ...
分类:
其他好文 时间:
2019-05-15 00:44:37
阅读次数:
179
Problem Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but ...
分类:
其他好文 时间:
2019-05-12 19:49:00
阅读次数:
91
蒟蒻写题解实在不易 前置芝士 "NTT与多项式求逆" 推式 推式中如有不理解的地方在多项式求逆的题解中均有详细说明 求$B(x)$,使得$B(x)^2\equiv A(x)(mod x^n)$ $$\begin{aligned}\\ B(x)^2\equiv A(x)(mod x^n),B(x)^2 ...
分类:
其他好文 时间:
2019-05-06 19:14:35
阅读次数:
122
Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have ...
分类:
其他好文 时间:
2019-05-03 18:25:16
阅读次数:
86
题目链接: "CF932E" 由第二类斯特林数知 $$ n^m=\sum_{i=0}^nS(m,i) i! \dbinom{n}{i} $$ $$ \begin{aligned} \sum_{i=1}^n \dbinom{n}{i}i^k&=\sum_{i=1}^n\dbinom{n}{i}\sum ...
分类:
其他好文 时间:
2019-04-27 19:52:15
阅读次数:
167
摘要: 本文针对视频目标检测问题提出时空记忆网络(STMN)。它的核心是时空记忆模块,作为一种递归计算单元去建模长时间目标外观和运动信息。STMN可以用一个预训练的CNN backbone进行初始化,这对提高检测精度非常重要。本文为了建模目标运动提出匹配变换去对齐帧到帧的特征。本文的方法在VID数据 ...
分类:
其他好文 时间:
2019-04-19 21:20:21
阅读次数:
480
这题...毒瘤吧,可能要写两份代码... "传送门" noteskey 我们考虑这里的复杂度肯定是与 k 相关的,而且平方也是没问题的,那么我们先看看 S(k) 能怎么得到: $$\begin{aligned}S(k)=&\sum_{i=1}^n i^k r^i\\ r·S(k)=&\sum_{i= ...
分类:
其他好文 时间:
2019-04-18 16:46:02
阅读次数:
128