链接: http://poj.org/problem?id=1258Agri-NetTime Limit:1000MSMemory Limit:10000KTotal Submissions:38326Accepted:15424DescriptionFarmer John has been ele...
分类:
其他好文 时间:
2014-07-09 00:11:17
阅读次数:
251
Tug of WarTime Limit:3000MSMemory Limit:65536KTotal Submissions:8187Accepted:2204DescriptionA tug of war is to be arranged at the local office picnic....
分类:
其他好文 时间:
2014-07-08 23:02:23
阅读次数:
268
http://poj.org/problem?id=4044
大致题意:给出两个班级的成绩,先按降序排序,并且没有成绩相同的。然后求连续的最长公共子序列。输出时,先输出最长公共子序列,然后按个位数字递增的顺序输出,若各位数字一样就按成绩递增。
人数小于30,注意去重,直接暴力即可。
#include
#include
#include
#include
#in...
分类:
其他好文 时间:
2014-07-08 20:59:44
阅读次数:
228
Exponentiation
Time Limit: 500MS
Memory Limit: 10000K
Total Submissions: 133146
Accepted: 32525
Description
Problems involving the computation of exact values of very...
分类:
其他好文 时间:
2014-07-08 20:36:13
阅读次数:
187
A Knight's Journey
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 29241
Accepted: 10027
Description
Background
The knight is getting bored of seeing t...
分类:
其他好文 时间:
2014-07-08 19:23:46
阅读次数:
174
A Knight's Journey
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 29226
Accepted: 10023
Description
Background
The knight is getting bored of seeing t...
分类:
其他好文 时间:
2014-07-08 16:50:24
阅读次数:
266
POJ 3734 Blocks 矩阵快速幂 组合数学...
分类:
其他好文 时间:
2014-07-08 14:21:17
阅读次数:
274
Who's in the Middle
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 31149
Accepted: 18073
Description
FJ is surveying his herd to find the most average cow...
分类:
其他好文 时间:
2014-07-08 13:30:10
阅读次数:
144
Ultra-QuickSort
Time Limit: 7000MS
Memory Limit: 65536K
Total Submissions: 39397
Accepted: 14204
Description
In this problem, you have to analyze a particular sorti...
分类:
其他好文 时间:
2014-07-08 13:03:33
阅读次数:
218