码迷,mamicode.com
首页 >  
搜索关键字:poj 2007 scrambled p    ( 20315个结果
poj 1258 最小生成树
链接: 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
随机算法 poj 2576 Tug of War
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
poj 4044 Score Sequence(暴力)
http://poj.org/problem?id=4044 大致题意:给出两个班级的成绩,先按降序排序,并且没有成绩相同的。然后求连续的最长公共子序列。输出时,先输出最长公共子序列,然后按个位数字递增的顺序输出,若各位数字一样就按成绩递增。 人数小于30,注意去重,直接暴力即可。 #include #include #include #include #in...
分类:其他好文   时间:2014-07-08 20:59:44    阅读次数:228
POJ 4046 Sightseeing
最短路的变形,因为要加上最大的...
分类:其他好文   时间:2014-07-08 20:36:50    阅读次数:227
poj 1001 Exponentiation
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
POJ 2488:A Knight's Journey
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
POJ 2488 A Knight's Journey
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 (矩阵快速幂、组合数学)
POJ 3734 Blocks 矩阵快速幂 组合数学...
分类:其他好文   时间:2014-07-08 14:21:17    阅读次数:274
poj 2388 Who's in the Middle
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
POJ 2299:Ultra-QuickSort
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!