会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
知道了呀~
~ o(* ̄▽ ̄*)o~
博客园
首页
新随笔
联系
管理
2020年2月12日
四阶幻方-蓝桥杯-DFS
摘要: 答案:416 用next_permutation()全部排列的话会超时 所以用dfs搜索,只搜索前三行就好,前三行确定之后,第四行也就确定 #include<iostream> #include<string> #include<string.h> #include<algorithm> using
阅读全文
posted @ 2020-02-12 18:45 知道了呀~
阅读(340)
评论(0)
推荐(0)
编辑
公告