ztr loves substring Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Problem Description ztr love reserach substring.T ...
分类:
其他好文 时间:
2017-07-09 23:13:49
阅读次数:
223
Bloxorz I Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 5993 Accepted: 1976 Description Little Tom loves playing games. One day he downlo ...
分类:
其他好文 时间:
2017-07-09 20:57:56
阅读次数:
210
DZY has a hash table with p buckets, numbered from 0 to p?-?1. He wants to insert n numbers, in the order they are given, into the hash table. For the ...
分类:
其他好文 时间:
2017-07-05 00:31:54
阅读次数:
235
//yy:那天考完概率论,上网无聊搜个期望可加性就搜到这题,看到以后感觉特别亲和,挺有意思的。 hdu5194 DZY Loves Balls 【概率论 or 搜索】 题意: 一个盒子里有n个黑球和m个白球【n,m≤12】。每次随机从盒子里取走一个球,取了n+m次后,刚好取完。现在用一种方法生成了一... ...
分类:
其他好文 时间:
2017-07-02 22:20:27
阅读次数:
250
题目链接 Problem Description Matt loves letter L.A point set P is (a, b)-L if and only if there exists x, y satisfying:P = {(x, y), (x + 1, y), . . . , (x ...
分类:
其他好文 时间:
2017-06-30 13:55:50
阅读次数:
212
【算法】trie 【题解】 为了让数据有序,求lowbit无法直接排序,从而考虑倒过来排序,然后数据就会呈现出明显的规律: 法一:将数字倒着贴在字典树上,则容易发现两数的lowbit就是它们岔道结点的深度,所以先建树后对于一个数字依次把每次分岔开的另一边的size乘上权值累加答案。 法二:从高位到低 ...
分类:
其他好文 时间:
2017-06-26 21:08:07
阅读次数:
106
# include<stdio.h> # include <algorithm> # include <string.h> using namespace std; struct node { int v; int t; }; struct node a[100010]; bool cmp(node ...
分类:
其他好文 时间:
2017-06-24 21:46:52
阅读次数:
126
题目描述 dC 在秒了BZOJ 上所有的数论题后,感觉萌萌哒,想出了这么一道水题,来拯救日益枯竭的水题资源。 给定一个长度为 n的正整数序列A,有q次询问,每次询问一段区间内所有元素乘积的φ(φ(n)代表1~n 中与n互质的数的个数) 。由于答案可能很大,所以请对答案 mod 10^6 + 777。 ...
分类:
其他好文 时间:
2017-06-23 21:58:12
阅读次数:
230
【BZOJ3563/3569】DZY Loves Chinese II Description 神校XJ之学霸兮,Dzy皇考曰JC。 摄提贞于孟陬兮,惟庚寅Dzy以降。 纷Dzy既有此内美兮,又重之以修能。 遂降临于OI界,欲以神力而凌♂辱众生。 今Dzy有一魞歄图,其上有N座祭坛,又有M条膴蠁边。 ...
分类:
其他好文 时间:
2017-06-18 16:49:08
阅读次数:
229