码迷,mamicode.com
首页 >  
搜索关键字:poj 1979    ( 20310个结果
poj 2503 Babelfish
一个简单的单词翻译的题,我是使用字典序做的; 由于输入的问题 ,,WA,WA,,, 都是泪;#include #include #include using namespace std; struct node{ int chile[26]; bool qq; char uu[11]; node() { qq=0;...
分类:其他好文   时间:2014-07-19 12:08:48    阅读次数:171
poj 1018 Communication System
Communication System Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 22862   Accepted: 8126 Description We have received an order from Pizoor Communications ...
分类:其他好文   时间:2014-07-19 12:00:05    阅读次数:274
POJ 1321 棋盘问题 搜索
棋盘问题 Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 22144   Accepted: 10988 Description 在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求...
分类:其他好文   时间:2014-07-19 11:47:54    阅读次数:215
POJ 1631 Bridging signals
Bridging signals Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 10348   Accepted: 5667 Description 'Oh no, they've done it again', cries the chief designe...
分类:其他好文   时间:2014-07-19 11:36:54    阅读次数:241
最短路poj 1125
题目:poj1125Stockbroker Grapevine 题意:此题题意远比题目难 首先,题目可能有多组测试数据,每个测试数据的第一行为经纪人数量N(当N=0时,输入数据结束),然后接下来N行描述第i(1 分析:说的很清楚了,最短路算法基本都能水过,可以选熟悉的用 强调:floyd算法用前一定初始化为INF,否则会很惨。 代码: #include ...
分类:其他好文   时间:2014-07-19 11:33:04    阅读次数:221
POJ 1936 All in All(串)
POJ 1936 All in All(串) 水一个。。。...
分类:其他好文   时间:2014-07-19 11:33:04    阅读次数:120
POJ 1088: 滑雪(经典 DP+记忆化搜索)
滑雪 Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 74996   Accepted: 27818 Description Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或...
分类:其他好文   时间:2014-07-19 11:22:54    阅读次数:182
POJ 2533 Longest Ordered Subsequence DP
Longest Ordered Subsequence Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 32192   Accepted: 14093 Description A numeric sequence of ai is ordered if a1 a2...
分类:其他好文   时间:2014-07-19 11:11:54    阅读次数:159
POJ 2580 Y2K Accounting Bug 贪心
Y2K Accounting Bug Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10120   Accepted: 5046 Description Accounting for Computer Machinists (ACM) has sufferred ...
分类:其他好文   时间:2014-07-19 11:11:54    阅读次数:224
poj 3020 Antenna Placement(二分无向图 匈牙利)
Antenna Placement Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 6438   Accepted: 3176 看了别人的题解才过的。。。 渣啊。。 最主要的是构图 城市才是要构造的二分图的顶点! 构造方法如下: 例如输入: *o...
分类:其他好文   时间:2014-07-19 11:11:54    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!