摘要:
"数的划分" Code: c++ include include include using namespace std; //Mystery_Sky // define M 500 define INF 0x3f3f3f3f int f[M][M], n, k; int main() { scan 阅读全文
摘要:
"花店橱窗布置" 里程碑式的一题! 第一次完全未看题解做出的一道dp题 Code: c++ include include include using namespace std; //Mystery_Sky // define M 500 define INF 0x3f3f3f3f int f[M 阅读全文
摘要:
"书的复制" Code: c++ include include include using namespace std; //Mystery_Sky // define M 700 define INF 0x3f3f3f3f int f[M][M], sum[M], a[M]; int n, k; 阅读全文