摘要: IDA* A*部分:每次判断当前使用步数和至少还需步数的和是否满足当前解; #include <iostream> #include <algorithm> #include <cstdio> #include <cstring> using namespace std; int T, dep; b 阅读全文
posted @ 2016-05-07 19:37 拒绝者\n 阅读(139) 评论(0) 推荐(0)