摘要: #include #include #define MAXN 26 using namespace std; int main() { int n, h, tmp, sum, max; int i, j, k, p; int F[MAXN], f[MAXN], d[MAXN], t[MAXN] = {0}, ans[MAXN], ANS[MAXN]; ... 阅读全文