随笔分类 -  搜索--IDA*

摘要:题目 分析 我好菜啊。 一波IDA*水过去了。 代码 #include <bits/stdc++.h> using namespace std; const int maxn = 7; char s[maxn][maxn]; int a[maxn][maxn], res=0;; int dx[10] 阅读全文
posted @ 2018-09-29 20:14 noble_(noblex) 阅读(181) 评论(0) 推荐(0)
摘要:题目 题目     分析 IDA 大法好,抄了lrj代码。     代码 cpp include include include using namespace std; const int maxans=14; int n,a[maxans+1]; bool 阅读全文
posted @ 2017-12-26 18:02 noble_(noblex) 阅读(143) 评论(0) 推荐(0)
摘要:题目 题目     分析 lrj代码。。。。 还有is_final是保留字,害的我CE了好几发。     代码 cpp include include using namespace std; int line[8][7]={ { 0, 2, 6,11,15, 阅读全文
posted @ 2017-12-26 17:57 noble_(noblex) 阅读(197) 评论(0) 推荐(0)
摘要:题目 题目     分析 get一下IDA 的技巧,感觉总体来说不难,主要是剪枝比较难想。 这是lrj的代码,比较通俗易懂,关键就是选定一个区间再取出来,插入到一个位置,接下来转移到这个状态。     代码 cpp include using namespac 阅读全文
posted @ 2017-12-18 17:56 noble_(noblex) 阅读(163) 评论(0) 推荐(0)

/* */