摘要: 原题链接 详解见题解区,个人见解见代码,蒟蒻真的折服于dalao的思路 #include<bits/stdc++.h> #define ll long long using namespace std; ll dp[20][210][1026]={0}; ll counts(int now) { l 阅读全文
posted @ 2023-11-29 20:59 纯粹的 阅读(31) 评论(0) 推荐(1)