| 编号 | 小写 | 大写 | LaTeX形式 | | : | : : | : : | : : | | 1 | $\alpha$| A | \alpha A | | 2 | $\beta$ | B | \beta B | | 3 | $\gamma$ | $\Gamma$ | \gamma \Ga ...
分类:
其他好文 时间:
2019-07-23 00:10:20
阅读次数:
271
F. Fairness time limit per test 2.0 s memory limit per test 64 MB input standard input output standard output Dwik and his brother Samir both received ...
分类:
其他好文 时间:
2019-07-22 17:57:06
阅读次数:
100
cloudera manager 管理CDH 以及kafka安装
分类:
其他好文 时间:
2019-07-21 01:38:19
阅读次数:
152
``` cpp const double eps = 1e-6; int sgn(double x) { if(fabs(x) operator &(const Line &b)const { Point res = s; if(sgn((s-e)^(b.s-b.e)) == 0) { if(sgn... ...
分类:
其他好文 时间:
2019-07-18 13:46:22
阅读次数:
121
adaptive moment estimation(自适应矩估计) ...
分类:
其他好文 时间:
2019-07-17 20:31:00
阅读次数:
557
Tired of doing the same job? Get your hands on NS0-509 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-16 16:37:31
阅读次数:
112
Tired of doing the same job? Get your hands on CFE exam It is the nature of the human being that he/she will get tired of doing the same task over and ...
分类:
其他好文 时间:
2019-07-15 21:25:28
阅读次数:
118
-->Cheese 原文是日语,这里就写中文了 Descriptions: 在H * W的地图上有N个奶酪工厂,每个工厂分别生产硬度为1-N的奶酪。有一只老鼠准备从出发点吃遍每一个工厂的奶酪。老鼠有一个体力值,初始时为1,每吃一个工厂的奶酪体力值增加1(每个工厂只能吃一次),且老鼠只能吃硬度不大于当 ...
分类:
其他好文 时间:
2019-07-15 01:37:38
阅读次数:
155
题目链接:https://vjudge.net/problem/POJ-1840 题目大意 有以下方程: $$\sum_{i = 1}^{5} a_i * x_i^3 = 0, a_i \in [-50, 50], x_i \in [-50, 0) \cup (0, -50], a_i 和 x_i ...
分类:
其他好文 时间:
2019-07-11 22:10:02
阅读次数:
106
题意:给一个排列p,m次查询l,r,$\sum_{i=l}^r\sum_{j=i+1}^r\sum_{k=j+1}^r[gcd(p_i,p_j)==p_k]p_k$ 题解:离线,枚举右端点,对于每个数在i位置的数$p_i$,考虑前面所有是$p_i$的倍数的位置,假设是$t_1,t_2,...,t_x ...
分类:
其他好文 时间:
2019-07-09 13:47:43
阅读次数:
120