码迷,mamicode.com
首页 >  
搜索关键字:rescue    ( 353个结果
hdoj-1242-Rescue【广搜+优先队列】
Rescue Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 21510 Accepted Submission(s): 7671 Problem Description Angel was caught by the MOLI...
分类:其他好文   时间:2015-08-11 18:53:15    阅读次数:153
Rescue--hdu1242
RescueTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 21431Accepted Submission(s): 7641Problem Des...
分类:其他好文   时间:2015-08-09 18:24:01    阅读次数:156
hdu1242(Rescue)
点击打开链接 Problem Description Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M Angel's friends want to save Angel. Their task is: approac...
分类:其他好文   时间:2015-08-09 00:25:46    阅读次数:125
Rescue(bfs)
RescueTime Limit : 2000/1000ms (Java/Other)Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 24Accepted Submission(s) : 11Problem Descript...
分类:其他好文   时间:2015-08-06 01:51:40    阅读次数:85
使用Grub Rescue恢复Ubuntu引导
装了Ubuntu和Window双系统的电脑,通常会使用Ubuntu的Grub2进行引导。 Grub2会在MBR写入引导记录,并将引导文件放在/boot/grub,破坏任意一项都会导致系统无法正常启动。 当系统因引导失败而无法正常启动时,可以使用Windows的安装光盘或Grub Rescue...
分类:系统相关   时间:2015-07-31 01:09:10    阅读次数:188
杭电1242--Rescue(BFS+优先队列)
RescueTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 20821Accepted Submission(s): 7429Problem Des...
分类:其他好文   时间:2015-07-30 21:03:40    阅读次数:99
Rescue zoj1649 优先队列
Description Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M <= 200) matrix. There are WALLs, ROADs, and GUARDs in the prison.Angel’s friends...
分类:其他好文   时间:2015-07-26 15:47:49    阅读次数:86
HDU 1242 Rescue BFS+优先队列
题目链接:点击打开链接http://acm.hdu.edu.cn/showproblem.php?pid=1242 #include #include #include #include #include #include using namespace std; const int N=220; int n,m,stx,sty,endx,endy; char mp[N]...
分类:其他好文   时间:2015-07-23 22:01:03    阅读次数:155
pat1003. Emergency (25)
1003. Emergency (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAs an emergency rescue team leader of a city, you are given a special ma...
分类:其他好文   时间:2015-07-20 18:30:29    阅读次数:126
poj1649 Rescue(BFS+优先队列)
Rescue Time Limit: 2 Seconds      Memory Limit: 65536 KB Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M Angel's friends want to save...
分类:其他好文   时间:2015-07-19 12:06:08    阅读次数:177
353条   上一页 1 ... 22 23 24 25 26 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!