摘要:
``` include using namespace std; typedef long long ll; ll a,b; int k[20]; ll dp[20][10]; ll sum[20]; ll ddfs(int pos,int lead,bool limit){ if(pos == 1 阅读全文
posted @ 2019-05-16 17:19
kpole
阅读(215)
评论(0)
推荐(0)
摘要:
```c++ include using namespace std; typedef long long ll; ll a,b; int k[20]; ll dp[20][10][2]; ll dfs(int pos,int x,bool lead,bool limit){ if(pos == 1 阅读全文
posted @ 2019-05-16 17:03
kpole
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号