码迷,mamicode.com
首页 >  
搜索关键字:hdu1029 ignatius and    ( 483个结果
HDU 1026 Ignatius and the Princess I (基本算法-BFS)
HDU 1026 Ignatius and the Princess I (基本算法-BFS) 题目大意: 给定1张图,走到“.”需要1步,走到数字除了需要1步,还要停留数字上那么多步,“#”不能走,问你从左上角到右下至少走多少步,并输出路径 解题思路: 简单的BFS,再加上记录前1步可以从终点往前来获得路径。...
分类:其他好文   时间:2014-07-29 22:01:23    阅读次数:368
杭电 1029 Ignatius and the Princess IV
http://acm.hdu.edu.cn/showproblem.php?pid=1029 Ignatius and the Princess IV Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32767 K (Java/Others) Total Submission(s): 16754    Accepte...
分类:其他好文   时间:2014-07-29 21:58:22    阅读次数:352
HDU 1062 Text Reverse
Text Reverse Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 16342    Accepted Submission(s): 6205 Problem Description Ignatius lik...
分类:其他好文   时间:2014-07-29 13:22:27    阅读次数:212
HDUJ 1072 Nightmare 搜索
Nightmare Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6992    Accepted Submission(s): 3354 Problem Description Ignatius had a night...
分类:Web程序   时间:2014-07-28 16:07:13    阅读次数:274
HDU - 1789 Doing Homework again
Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of handing in the homework. If Ignatius hands in the ho...
分类:其他好文   时间:2014-07-28 16:04:23    阅读次数:262
hdu 1072 Nightmare
Nightmare Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6980    Accepted Submission(s): 3348 Problem Description Ignatius had a nig...
分类:Web程序   时间:2014-07-28 00:29:09    阅读次数:258
hdu 1028 Ignatius and the Princess III(母函数,完全背包)
http://acm.hdu.edu.cn/showproblem.php?pid=1028 整数划分问题。 第一道母函数。。。 小于等于n的整数共有n个,1,2......n,每个数都有无限多个,对于整数1,它所对应的母函数为(1+x+x^2+...+x^k+...),整数2对应的母函数为(1+x^2+X^4+...+x^(2*k)+...),整数3对应的母函数为(1+x^...
分类:其他好文   时间:2014-07-28 00:16:19    阅读次数:279
HDU 1213 How Many Tables
Problem DescriptionToday is Ignatius' birthday. He invites a lot of friends. Now it's dinner time. Ignatius wants to know how many tables he needs at ...
分类:其他好文   时间:2014-07-27 22:48:19    阅读次数:432
hdu 1253胜利大逃亡
胜利大逃亡 Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 24977    Accepted Submission(s): 9556 Problem Description Ignatius被魔王抓走了,有一...
分类:其他好文   时间:2014-07-27 11:41:25    阅读次数:219
HDU 1072:Nightmare(BFS)
Nightmare Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6968    Accepted Submission(s): 3344 Problem Description Ignatius had a n...
分类:Web程序   时间:2014-07-27 11:36:14    阅读次数:281
483条   上一页 1 ... 43 44 45 46 47 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!