谬误#1:Python是一门新语言伴随着所有的初创公司正在使用它以及孩子们最近也在学习它的事实,这个谬误为何仍然存在是可以理解的。实际上Python已经超过23岁了,它最初发布于1991年,早于HTTP1.0协议5年且早于Java4年.目前比较有著名的很早就使用Python的例子是在1996年:Google的第一个成功的网络爬虫.如果你对于长长的Python历史比较好奇,Python的作者Guid
分类:
编程语言 时间:
2018-11-21 00:23:33
阅读次数:
241
题意与分析 题意真的很简单,实在不想讲了,简单说下做法吧。 枚举删除每个点,然后求最小生成树,如果这个路已经存在那么边权就是0,否则按照原来的处理,之后求花费,然后判整个图是否联通(并查集有几个root),如果不联通直接硬点花费是INF,然后处理输出答案即可。 一道最小生成树的模板题,比较有学习的意 ...
分类:
其他好文 时间:
2018-11-05 12:54:18
阅读次数:
233
English: listening、speaking、reading、writing、translation 1. The more you sweat here, the less you'll bleed in battle. 2. You can finish the longest roa ...
分类:
其他好文 时间:
2018-11-03 02:24:42
阅读次数:
224
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5542 Problem DescriptionCao Cao made up a big army and was going to invade the whole South China. Yu Zh ...
分类:
编程语言 时间:
2018-11-03 00:03:01
阅读次数:
163
先容蒟蒻吐槽一波:模数看错调了一两小时。。。 题意: 要你在一个长度为n的序列中找到长度为m的严格上升子序列的个数,然后答案对1e9+7取模。 举个例子: 5 3 1 3 4 2 5 那么符合条件的序列就有: 1 3 4 ,1 2 5, 1 3 5 ,1 4 5, 3 4 5, 答案就是5。 既然和 ...
分类:
编程语言 时间:
2018-10-20 21:09:17
阅读次数:
132
The Battle of Chibi Cao Cao made up a big army and was going to invade the whole South China. Yu Zhou was worried about it. He thought the only way to ...
分类:
编程语言 时间:
2018-10-11 22:04:08
阅读次数:
198
keep half an eye on something分神留意splash out随意花钱 大肆挥霍half a mind有想做某事go Dutch v. 各自付帐,打平伙chance in a million n. 百万分之一的机遇half the battle n. 成功了一半(有助于成功的 ...
分类:
其他好文 时间:
2018-09-27 19:47:47
阅读次数:
169
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that c ...
分类:
其他好文 时间:
2018-09-06 18:09:18
阅读次数:
177
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that c ...
分类:
其他好文 时间:
2018-08-19 19:05:18
阅读次数:
147