会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
spytc space
------星空之下,有你陪伴
博客园
首页
新随笔
联系
订阅
管理
2018年12月13日
第五第六课------递推+记忆话搜索+搜索八皇后(思想是做梦)+各种剪枝思想
摘要: 搜索是一个漫长的过程贯彻整个oi; 八皇后 #include <bits/stdc++.h>#define inf 0x7fusing namespace std;int n,ans,a[inf],b[inf],c[inf],d[inf];void print(){ ++ans; if(ans<=3
阅读全文
posted @ 2018-12-13 22:57 spytc
阅读(244)
评论(0)
推荐(0)
编辑
公告