同校OIer Rising_Sunlight Silence_sky DragonDream 外校奆佬 _rqy ...
分类:
其他好文 时间:
2019-08-19 22:55:04
阅读次数:
86
The fourth line contains m integers bi (1?≤?bi?≤?2·109) — the number of manapoints to use the i-th spell of the first type. There are k integers ci (1 ...
分类:
其他好文 时间:
2019-08-19 13:15:38
阅读次数:
73
链接: https://vjudge.net/problem/HDU 4811 题意: Jenny likes balls. He has some balls and he wants to arrange them in a row on the table. Each of those bal ...
分类:
其他好文 时间:
2019-08-18 23:47:55
阅读次数:
99
AcWing 道路与航线 Description Farmer John正在一个新的销售区域对他的牛奶销售方案进行调查。他想把牛奶送到T个城镇 (1 Sample Output 题解: 最短路。 有负边权,spfa呗。但是最坏会被卡成O(nm),对于这题明显不行。所以思考用别的方法。 这题很特别,给 ...
B. Marvolo Gaunt's Ring Professor Dumbledore is helping Harry destroy the Horcruxes. He went to Gaunt Shack as he suspected a Horcrux to be present th ...
分类:
其他好文 时间:
2019-08-18 18:02:38
阅读次数:
278
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6624 题意为求最小的b满足$a*b^{-1}\equiv x(modp)$. 把式子化简一下: $a\equiv b*x(modp)$ $a=b*x-p*y$ $\because 0<a<b$ $\th ...
分类:
其他好文 时间:
2019-08-18 17:26:21
阅读次数:
69
【题目描述】 在业余时间,Farmer John创建了一个新的视频共享服务,他将其命名为MooTube。在MooTube上,Farmer John的奶牛可以录制,分享和发现许多有趣的视频。他的奶牛已经发布了 $N$ 个视频 ( $1 \leq N \leq 100,000 $),为了方便将其编号为 ...
分类:
其他好文 时间:
2019-08-18 11:34:17
阅读次数:
98
the fact of something continuing for a long period of timewithout being changed or stopped 连续性,持续性,连贯性 There has been no continuity in that class - th ...
分类:
其他好文 时间:
2019-08-18 11:26:01
阅读次数:
77
用了MongoDB有段时间了 ,一直都是在项目中用,今天总结下在数据库中的各种操作 查询 根据条件查询 多条件查询 查找 物品ID大于2的数据 $gt – greater than > 查找物品id大于等于2的数据 $gte – gt equal >= 查询物品ID小于6 $lt – less th ...
分类:
数据库 时间:
2019-08-17 14:54:52
阅读次数:
94
题目链接: "HDU 1392" Problem Description There are a lot of trees in an area. A peasant wants to buy a rope to surround all these trees. So at first he mu ...
分类:
其他好文 时间:
2019-08-17 00:46:44
阅读次数:
87