摘要: 题目链接 数位DP板子题 数位DP知识点: AC代码如下: #include<bits/stdc++.h> using namespace std; typedef long long ll; int a,b,lim[15],dp[10][10];//第一维表示位数,第二维表示首数字是谁。dp表示这 阅读全文
posted @ 2021-03-31 22:55 mikku 阅读(77) 评论(0) 推荐(0)