摘要: n皇后 阅读全文
posted @ 2020-03-22 21:51 小申同学 阅读(158) 评论(0) 推荐(0) 编辑
摘要: ``` #include #include #include #include #include #include using namespace std; const int maxn=1e3+10; int n,m; char map[maxn][maxn]; void dfs(int x,int y) {map[x][y]='.'; for(int i=-1;i=0&&x+i=0&&y+j> 阅读全文
posted @ 2020-03-22 21:19 小申同学 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 友情链接 JY jiangyi YJLAugus 尽长安 申请友链 字段名 字段内容 示例 blogName 博客昵称 GShang blogUrl 博客地址 https://www.cnblogs.com/gshang/ avatarUrl 博客头像 https://pic.cnblogs.com 阅读全文
posted @ 2020-03-22 20:32 小申同学 阅读(185) 评论(3) 推荐(0) 编辑