摘要: "Ignatius and the Princess II" 题意:略 思路:发现一个stl…… include include include include include using namespace std; typedef long long LL; define inf 0x3f3f3 阅读全文
posted @ 2016-03-16 18:18 zzuli_柚子 阅读(134) 评论(0) 推荐(0) 编辑
摘要: "HDU 1026 Ignatius and the Princess I" 题意:给定一张图,X位置不能走,带数字的位置需要在该位置停留 '数字' 秒。然后回溯走的路程 思路:BFS+回溯; include include include include include include using 阅读全文
posted @ 2016-03-16 18:15 zzuli_柚子 阅读(111) 评论(0) 推荐(0) 编辑