[指望DP] UOJ#311. 【UNR #2】积劳成疾

题意 题解 我太菜了…… 看官方题解吧: web #include<cstdio> #include<algorithm> using namespace std; typedef long long LL; const LL maxn=405, MOD=998244353; int n,m,w[maxn]; LL p[maxn][maxn],f[maxn][maxn]; int main(){
相关文章
相关标签/搜索