摘要: A 首先把原数组中的数按题目要求进行转化 状态表示$f[i][j]$表示从前$i$个选,凑成的数组为$j$的所有方案数 #include <bits/stdc++.h> #define int long long using namespace std; const int N = 1e5 + 10 阅读全文
posted @ 2022-01-27 14:25 Angels_of_Death 阅读(67) 评论(0) 推荐(0)