摘要: 题目大意:求区间$[l,r]$中数字$0\sim9$出现个数 题解:数位$DP$ 卡点:无 C++ Code: 阅读全文
posted @ 2018-11-01 12:17 Memory_of_winter 阅读(200) 评论(0) 推荐(0) 编辑