会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
笔记本
首页
管理
2019年6月30日
八皇后回溯法
摘要: 1 #include <iostream> 2 using namespace std; 3 4 int ans=0; 5 const int N = 8; 6 int a[N][N]={0}; 7 8 void show(){ 9 cout<<"answer:"<<ans<<endl; 10 fo
阅读全文
posted @ 2019-06-30 21:17 xuecl
阅读(404)
评论(0)
推荐(0)
编辑