摘要: C题题意: 给你两个数n,m ; m为数组长度,数组内的数据范围为1到n。 对任意i,有 a[i] define ll long long using namespace std; const int MA=10005; const int mod=1e9+7; ll dp[MA][MA]; int 阅读全文
posted @ 2020-01-19 18:56 w_w_t 阅读(204) 评论(0) 推荐(0)