题目大意:给出n个字符串,让你求出最长的子串,如果有多个按照字典序顺序输出。
解题思路:将n个字符串连起来,中间需要隔开,然后我们二分枚举字符串的长度,求最长的长度,如果多个需要按照字典序保存起来,最后输出答案就可以了。时间复杂度是:O(n*log(n))。
Life Forms
Time Limit: 5000MS
Memory Limit: 65536K
...
分类:
编程语言 时间:
2015-01-27 16:23:07
阅读次数:
292
对比返回结果的code,不是很完善,存在问题,由于多行数据,只有1行可写入excel中:#-*- coding: utf-8 -*-import httplib2,xlrd,xlwt,time,jsonfrom xlutils.copy import copydef Time(): tim=t...
分类:
编程语言 时间:
2015-01-27 16:18:28
阅读次数:
327
获取请求code,并把请求结果进行对比写到excel里,效率低一些,但是可以执行并有效的验证。此python脚本是自己瞎琢磨而成,有同事的优化帮忙,只是记录一下成果。代码如下#-*- coding: utf-8 -*-import httplib2,xlrd,xlwt,time,jsonfrom x...
分类:
编程语言 时间:
2015-01-27 16:14:24
阅读次数:
336
《Time, Clocks, and the?Ordering of Events in?a Distributed System》(分布式系统的时钟和事件顺序)是分布式领域非常重要的经典论文,由Leslie Lamport 在1978年发表。 我就这么简单理解:在分布式系统中,...
分类:
其他好文 时间:
2015-01-27 15:13:14
阅读次数:
200
http://poj.org/problem?id=1679
The Unique MST
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 21550
Accepted: 7619
Description
Given a connected...
分类:
其他好文 时间:
2015-01-27 15:05:39
阅读次数:
169
104. Highways
Problem code: HIGH
In some countries building highways takes a lot of time... Maybe that's because there are many possiblities to construct a network of highways and engineers can't ...
分类:
其他好文 时间:
2015-01-27 15:03:25
阅读次数:
122
Area
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 5150
Accepted: 2308
Description
Being well known for its highly innovative products, Merck would definit...
分类:
其他好文 时间:
2015-01-27 14:56:51
阅读次数:
135
猜数字
Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 2960 Accepted Submission(s): 1728
Problem Description
猜数字游戏是gameboy最喜欢的游...
分类:
其他好文 时间:
2015-01-27 13:27:40
阅读次数:
176
题目: 题目链接
The E-pang Palace
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 512000/512000 K (Java/Others)
Total Submission(s): 288 Accepted Submission(s): 103
Problem D...
分类:
其他好文 时间:
2015-01-27 13:24:03
阅读次数:
264
当启动tomcat时候出现Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeou...
分类:
其他好文 时间:
2015-01-27 13:10:08
阅读次数:
127