
搜索
爱狗的陈大
这个作者很懒,什么都没留下…
展开
-
HOJ Journey to Tibet(小毛病大问题,下标搞混了,导致很严重的后果)
/* * File: main.cpp * Author: 6100300115 * * Created on 2012年2月28日, 下午8:58 */ #include #include #include using namespace std; const int MAX = 1001; bool tag[MAX]; struct node {原创 2012-02-28 21:52:23 · 576 阅读 · 0 评论 -
HOJ Holedox Moving——状态压缩的路径记录及判重
对于此题的思想我首先表示膜拜: 打死我都想不出来? 题意: During winter, the most hungry and severe time, Holedox sleeps in its lair. When spring comes, Holedox wakes up, moves to the exit of its lair, comes out, and begi原创 2012-03-03 23:53:27 · 1451 阅读 · 0 评论 -
POJ Railroad ——记忆化搜索
Description A train yard is a complex series of railroad tracks for storing, sorting, or loading/unloading railroad cars. In this problem, the railroad tracks are much simpler, and we are only inte原创 2012-07-23 16:01:32 · 747 阅读 · 0 评论