摘要: #include #include using namespace std; const int maxn = 250000 + 20; typedef long long LL; LL a[maxn], v, n, m, max_R, max_L; //max_R是上界, max_l是下界 bool C(LL v) //当前袋子体积 v {... 阅读全文
posted @ 2017-12-20 22:38 douzujun 阅读(342) 评论(0) 推荐(1)
摘要: 页面定制css @charset "utf-8"; /* CSS Document */ /************************************************** 第一部分:所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。 如果不符合你皮肤的要求,你可以 阅读全文
posted @ 2017-12-20 11:14 douzujun 阅读(607) 评论(3) 推荐(0)