会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
shellpicker
首页
新随笔
管理
2018年10月1日
【POJ2676】sudoku 搜索
摘要: 按照每一行每一列去填数,当填到每一行的第9列时,开始填下一行。 代码如下: cpp include include include include define cls(a,b) memset(a,b,sizeof(a)) using namespace std; char s[10][10]; i
阅读全文
posted @ 2018-10-01 18:12 shellpicker
阅读(104)
评论(0)
推荐(0)
编辑
公告