码迷,mamicode.com
首页 >  
搜索关键字:hdu1885    ( 4个结果
HDU1885 Key Task
The Czech Technical University is rather old — you already know that it celebrates 300 years of its existence in 2007. Some of the university building ...
分类:其他好文   时间:2018-08-02 22:51:32    阅读次数:190
HDU1429 - 胜利大逃亡(续)
与上一道题:HDU1885 - Key Task基本没什么两样 ...
分类:其他好文   时间:2016-11-18 18:25:02    阅读次数:243
HDU1885 Key Task(BFS+状态压缩)
与HDU1429大致一样。 代码: #include #include #include #include #include using namespace std; const int MAX=100+10; struct point { int x,y,step,state; point(int x=0,int y=0,int step=0,int state=0):x(x...
分类:其他好文   时间:2016-05-13 00:50:33    阅读次数:157
HDU 1885Key Task(bfs + 状态压缩)
Key Task Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1529 Accepted Submission(s): 631Problem Description The Czech Technical Universit...
分类:其他好文   时间:2015-07-31 12:58:20    阅读次数:177
4条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!