会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hinata_hajime
私忘れない
博客园
首页
新随笔
联系
订阅
管理
2017年8月20日
数位DP模板
摘要: #include #include #include using namespace std; int a[50]; int dp[50][50]; int dfs(int num, ,bool limit) //位数,传递条件 ,上界判断 { if(num==-1)return 0; //最后一位时,根据情况返回1或0 if(!limit && dp[num...
阅读全文
posted @ 2017-08-20 15:05 hinata_hajime
阅读(163)
评论(0)
推荐(0)
编辑
公告