发表评论取消回复
相关阅读
相关 uva 1433——Garlands
题意:给定n个值,然后把这n个值分为m-1段,每段的一半长度不超过k,求分得的的段中,最大的半段的最小值。 思路:二分+dp,dp(i,0)表示前i个不超过x的最小
相关 codeforce 34B
/codeforce 34B 题目很容易理解,就是简单的0 1背包问题 但是该题没用0 1背包来解,就用了普通方法,开始第一次WA 在第3个测试事例,后
相关 CodeForces - 408B - Garland
-------------------- 题目连接:[http://codeforces.com/problemset/problem/408/B][http_codefor
相关 CodeForces 876B
问题描述: You are given a multiset of n integers. You should select exactly k of them in a
相关 Codeforces 191B(贪心)
问题描述: In the capital city of Berland, Bertown, demonstrations are against the recent el
相关 CodeForces 825B(DFS)
问题描述: Alice and Bob play 5-in-a-row game. They have a playing field of size 10 × 10. In
相关 Codeforces 185B(玄学)
B. Mushroom Scientists time limit per test 2 seconds memory limit per test 256 megab
相关 Codeforces 115B
题目地址:[http://codeforces.com/problemset/problem/115/B][http_codeforces.com_problemset_pro
相关 CodeForces 1075B
> 题目衔接:[http://codeforces.com/problemset/problem/1075/B][http_codeforces.com_problemset_
相关 CodeForces - 1101B
题目: B. Accordion time limit per test 3 seconds memory limit per test 256 megabytes
还没有评论,来说两句吧...