摘要: #include<bits/stdc++.h> using namespace std; const int N = 10010; const int M = 13; int n; int a[N]; int f[N][M]; void ST_create() { for (int i = 1; i 阅读全文