摘要: 1.倒序枚举 作用:dp时用到,用来去掉后效性避免转移出错 疾病管理 其实跟01背包很像,一个思想 1 #include <bits/stdc++.h> 2 using namespace std; 3 int cow[1005]; 4 vector <int> a[20]; 5 int get1( 阅读全文
posted @ 2021-04-26 12:09 D'A'T 阅读(82) 评论(0) 推荐(0)