小a的子序列

https://ac.nowcoder.com/acm/contest/317/F C++版本一 std 題解:DP #include<bits/stdc++.h> using namespace std; const int MAXN = 5001, mod = 1e9 + 7; int N, V, a[MAXN], f[MAXN][MAXN], Lim, x[MAXN], y[MAXN],
相關文章
相關標籤/搜索