种植方案 L i n k Link Link 解题思路 状压 D P DP DP 模板题。 code #include<iostream> #include<cstdio> using namespace std; const int mod=1e8; int n,m; int a[20];