会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mistletoes
博客园
首页
新随笔
联系
订阅
管理
2020年7月18日
【BZOJ1833】【ZJOI2010】数字计数(数位DP)
摘要: #include<bits/stdc++.h> #define ll long long #define N 17 using namespace std; ll a,b,num[N],s[N],f[N],ans[10][2]; //1~9在0~9中出现1次,0~99中出现20次,0~999中出现3
阅读全文
posted @ 2020-07-18 21:24 Mistletoes
阅读(130)
评论(0)
推荐(0)
编辑
公告