Description
The cows are journeying north to Thunder Bay in Canada to gain cultural enrichment and enjoy a vacation on the sunny shores of Lake Superior. Bessie, ever the competent travel agent, ha...
分类:
其他好文 时间:
2014-08-23 17:46:51
阅读次数:
304
POJ 2182 Lost Cows(牛排序,线段树)...
分类:
其他好文 时间:
2014-08-22 17:58:39
阅读次数:
213
1674: [Usaco2005]Part AcquisitionTime Limit:5 SecMemory Limit:64 MBSubmit:259Solved:114[Submit][Status]DescriptionThe cows have been sent on a mission...
分类:
其他好文 时间:
2014-08-21 19:01:34
阅读次数:
205
描述
农夫 John 建造了一座很长的畜栏,它包括N (2
但是,John的C (2
输入
有多组测试数据,以EOF结束。
第一行:空格分隔的两个整数N和C
第二行——第N+1行:分别指出了xi的位置
输出
每组测试数据输出一个整数,满足题意的最大的最小值,注意换行。
样例输入
5 3
1
2
8
4
9
样例输出
3
排序后,二分最小距离
#...
分类:
其他好文 时间:
2014-08-21 09:47:43
阅读次数:
219
Popular Cows
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 23445
Accepted: 9605
Description
Every cow's dream is to become the most popular cow in the ...
分类:
其他好文 时间:
2014-08-20 18:00:02
阅读次数:
263
Description
Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.
Fa...
分类:
其他好文 时间:
2014-08-20 14:10:52
阅读次数:
225
Description
FJ and his cows enjoy playing a mental game. They write down the numbers from 1 to N (1 <= N <= 10) in a certain order and then sum adjacent numbers to produce a new list with one fewer...
分类:
其他好文 时间:
2014-08-20 10:33:36
阅读次数:
256
Description
Every year the cows hold an event featuring a peculiar version of hopscotch that involves carefully jumping from rock to rock in a river. The excitement takes place on a long, straight ...
分类:
其他好文 时间:
2014-08-18 16:31:12
阅读次数:
201
典型的求最优比例环问题參考资料:http://blog.csdn.net/hhaile/article/details/8883652此题中,给出每一个点和每条边的权值,求一个环使 ans=∑点权/∑边权 最大。由于题目要求一个环,并且必定是首尾相接的一个我们理解的纯粹的环,不可能是其它样子的环,所...
分类:
其他好文 时间:
2014-08-18 12:09:34
阅读次数:
200
最长不下降子序列的应用嘛。两题都是一样的。
POJ 3670:求给定序列按递增或递减排列时,所需改变的最小的数字的数目。
POJ 3671:求给定序列按递增排列时,所需改变的最小的数字的数目。
思路就是求最长不下降子序列,然后剩下的就是需要改变的字母。
最长不下降子序列:(我之前有写过,不懂请戳)http://blog.csdn.net/darwin_/article/detail...
分类:
其他好文 时间:
2014-08-18 00:21:03
阅读次数:
231