1047 邮票面值设计 1999年NOIP全国联赛提高组 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 1047 邮票面值设计 1999年NOIP全国联赛提高组 1047 邮票面值设计 1999年NOIP全国联赛提高组 时间限制: 1 s 空间限制: 128 ...
分类:
其他好文 时间:
2017-12-04 21:21:41
阅读次数:
174
Tarjan 2822 爱在心中 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 题解 题目描述 Description“每个人都拥有一个梦,即使彼此不相同,能够与你分享,无论失败成功都会感动。爱因为在心中,平凡而不平庸,世界就像迷宫,却又让我们此刻相逢Our ...
分类:
其他好文 时间:
2017-12-02 17:45:46
阅读次数:
155
注:实现时无需考虑不合法的情况。 解答过程:感觉没有问题,可后来通过率才37.5%,puzzle。 ...
分类:
其他好文 时间:
2017-11-30 23:40:45
阅读次数:
264
题目链接:http://poj.org/problem?id=1651 Time Limit: 1000MS Memory Limit: 65536K Description The multiplication puzzle is played with a row of cards, each ...
分类:
其他好文 时间:
2017-11-24 21:29:32
阅读次数:
167
A. QAQ A. QAQ "QAQ" is a word to denote an expression of crying. Imagine "Q" as eyes with tears and "A" as a mouth. Now Diamond has given Bort a strin ...
分类:
其他好文 时间:
2017-11-23 08:22:45
阅读次数:
159
Diamond则是淘宝开源的一种分布式配置管理服务的实现 disconf是来自百度的分布式配置管理平台,包括百度、滴滴出行、银联、网易、拉勾网、苏宁易购、顺丰科技 等知名互联网公司正在使用! 其他开源配置管理中间件 ...
分类:
其他好文 时间:
2017-11-21 19:47:29
阅读次数:
300
BC都被hack的人生,痛苦。 下面是题解的表演时间: A. QAQ "QAQ" is a word to denote an expression of crying. Imagine "Q" as eyes with tears and "A" as a mouth. Now Diamond h ...
分类:
其他好文 时间:
2017-11-20 21:48:51
阅读次数:
171
A. QAQ "QAQ" is a word to denote an expression of crying. Imagine "Q" as eyes with tears and "A" as a mouth. Now Diamond has given Bort a string consi ...
分类:
其他好文 时间:
2017-11-20 13:13:25
阅读次数:
204
"原题" 这是一道简单的2 SAT! 其实2 SAT的题只要想明白怎么连边就很简单了啊! 这道题的连边思路还是很简单的啊~这里就不赘述了。 而对于是否存在可行解,只要判断是否在同一个强连通分量里。 cpp include include define N 1010 using namespace s ...
分类:
其他好文 时间:
2017-11-18 12:51:03
阅读次数:
129
http://poj.org/problem?id=3678 总觉得这题比例题简单。 设a为x取0的点,a+n为x取1的点。 我们还是定义a到b表示取a必须取b。 那么我们有: 当AND: 1.当c=1:add(a,a+n); add(b,b+n);//我们不能取0的点,所以我们让程序一旦取0必会矛 ...
分类:
其他好文 时间:
2017-11-18 11:10:33
阅读次数:
169