摘要: noi7219 复杂的整数划分问题 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 55; 4 int dp1[maxn][maxn], dp2[maxn][maxn], dp3[maxn][maxn], dp 阅读全文
posted @ 2019-10-27 22:04 麻辣猪仔 阅读(156) 评论(0) 推荐(0)