Codeforces Round #290 Div1 A
Problem
给N串字符串Si,通常定义字典序大小关系为 'a'
Limits
Time Limit(ms): 2000
Memory Limit(MB): 256
N: 100
|Si|: 100
Solution
用图论方法解决,发现满足拓扑关系。枚举相邻两串Si 与 S(i+1),若发现Si...
分类:
其他好文 时间:
2015-02-04 09:29:58
阅读次数:
191
Codeforces Round #290 Div1 B
Problem
有一只青蛙在x轴上跳,起初在原点,现有N种跳跃技能可以购买,每技能有两属性:跳跃长度Li 以及 花费Ci。若购买了第 i 种技能,则可以从 y 位置跳跃到 y+Li 或者 y-Li 位置,但需花费Ci 元。求最小花费使得青蛙可以跳到每一个整数点上,若无法做到,输出-1。
Limits
Time Limit...
分类:
其他好文 时间:
2015-02-04 09:29:05
阅读次数:
133
当启动tomcat时候出现 Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. 的错误,那表示你的tomcat启动超时了,有时候你...
分类:
其他好文 时间:
2015-02-04 09:26:12
阅读次数:
162
DNA repair
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 5743
Accepted: 2693
Description
Biologists finally invent techniques of repairing DNA that con...
分类:
其他好文 时间:
2015-02-04 09:25:04
阅读次数:
148
This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students. Inp...
分类:
其他好文 时间:
2015-02-04 09:22:01
阅读次数:
150
用于和NTP服务器同步时间。sudo service ntp stopsudo ntpdate -s time.nist.govsudo service ntp start
分类:
其他好文 时间:
2015-02-04 07:05:49
阅读次数:
178
Transformation Time Limit: 15000/8000 MS (Java/Others)Memory Limit: 65535/65536 K (Java/Others)Total Submission(s): 3084Accepted Submission(s): 749Pro...
分类:
其他好文 时间:
2015-02-04 00:33:10
阅读次数:
263
Segment set
Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3599 Accepted Submission(s): 1346
Problem Description
A segment and all ...
分类:
其他好文 时间:
2015-02-03 23:08:15
阅读次数:
260
Equivalent Sets
Time Limit: 12000/4000 MS (Java/Others) Memory Limit: 104857/104857 K (Java/Others)
Total Submission(s): 3065 Accepted Submission(s): 1077
Problem Description
To prove tw...
分类:
移动开发 时间:
2015-02-03 23:07:59
阅读次数:
247
题目链接:click here
Examining the Rooms
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1146 Accepted Submission(s): 689
Problem Descr...
分类:
其他好文 时间:
2015-02-03 23:05:37
阅读次数:
219