
二分
life4711
这个作者很懒,什么都没留下…
展开
-
poj 2785 二分问题 4 Values whose Sum is 0
http://poj.org/problem?id=278DescriptionThe SUM problem can be formulated as follows: given four lists A, B, C, D of integer values, compute how many quadruplet (a, b, c, d ) ∈ A x B x C x D a原创 2014-02-23 18:10:00 · 3112 阅读 · 1 评论 -
zoj3460
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3460MissileTime Limit: 2 Seconds Memory Limit: 65536 KBYou control N missile launching towers. Every tower has enough mi原创 2015-03-11 22:47:42 · 750 阅读 · 0 评论 -
hdu3586 树形dp+二分求解
http://acm.hdu.edu.cn/showproblem.php?pid=3586Problem DescriptionIn the battlefield , an effective way to defeat enemies is to break their communication system.The information department t原创 2015-02-11 20:41:40 · 848 阅读 · 0 评论 -
Uva 714 最大值最小化 (贪心+二分)
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=655Before the invention of book-printing, it was very hard to make a copy of a book. All the contents原创 2014-02-23 11:43:11 · 934 阅读 · 0 评论 -
hdu5144 物理+三分
http://acm.hdu.edu.cn/showproblem.php?pid=5144Problem DescriptionNPY is going to have a PE test.One of the test subjects is throwing the shot.The height of NPY is H meters.He can throw the s原创 2014-12-14 10:47:42 · 1128 阅读 · 0 评论 -
CF24E 二分(应注意二分什么和二分时的处理细节)
http://codeforces.com/problemset/problem/24/EE. Berland collidertime limit per test1.5 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard原创 2015-01-11 18:58:07 · 1185 阅读 · 0 评论 -
2012长春站K题 || hdu4430 枚举+二分
http://acm.hdu.edu.cn/showproblem.php?pid=4430原创 2014-09-25 21:06:42 · 690 阅读 · 0 评论 -
2013长沙站A题||hdu4791 思维题
http://acm.hdu.edu.cn/showproblem.php?pid=4791Problem DescriptionAlice is providing print service, while the pricing doesn't seem to be reasonable, so people using her print service found so原创 2014-08-27 09:10:31 · 1088 阅读 · 0 评论 -
hdu 1496 二分或者哈希
http://acm.hdu.edu.cn/showproblem.php?pid=1496Problem DescriptionConsider equations having the following form: a*x1^2+b*x2^2+c*x3^2+d*x4^2=0a, b, c, d are integers from the interval [-原创 2014-08-04 10:20:27 · 854 阅读 · 0 评论 -
陈老师的多校联合 I题 二分
http://vjudge.net/contest/view.action?cid=51327#problem/I原创 2014-07-28 21:30:51 · 690 阅读 · 0 评论 -
hdu 1316 二分+高精度
http://acm.hdu.edu.cn/showproblem.php?pid=1316原创 2014-07-21 16:00:50 · 850 阅读 · 0 评论 -
UVA 11865 最小树形图+二分
http://vjudge.net/contest/view.action?cid=49353#problem/A During 2009 and 2010 ICPC world finals, the contest was webcasted via world wide web. Seeing this, some contest organizers from Ajobde原创 2014-07-19 17:33:51 · 832 阅读 · 0 评论 -
Codeforces 448D Multiplication Table
http://codeforces.com/problemset/problem/448/D原创 2014-07-19 12:14:10 · 1333 阅读 · 0 评论 -
codeforces problem/416/A 二分
http://codeforces.com/problemset/problem/416/A原创 2014-04-13 19:51:21 · 668 阅读 · 0 评论 -
HDU 2899 Strange fuction 二分+数学
http://acm.hdu.edu.cn/showproblem.php?pid=2899Problem DescriptionNow, here is a fuction: F(x) = 6 * x^7+8*x^6+7*x^3+5*x^2-y*x (0 Can you find the minimum value when x is between 0 a原创 2014-02-24 09:37:09 · 777 阅读 · 0 评论 -
宁波工程学院 1346 二分
http://ac.nbutoj.com/Problem/view.xhtml?id=1346问题描述老虎想和兔子玩, 所以老虎一直追着兔子, 兔子觉着老虎很笨, 就一直躲着老虎.有天, 兔子躲烦了. 停下来对老虎说 : "我最近对一个问题感到十分的困惑, 如果你能帮我解决我的问题, 我就不躲着你了."有一个方程, 如下所示.其中0 兔子想知道该方程在原创 2014-02-23 19:03:50 · 1254 阅读 · 0 评论 -
HDU 2199 Can you solve this equation?
http://acm.hdu.edu.cn/showproblem.php?pid=2199Problem DescriptionNow,given the equation 8*x^4 + 7*x^3 + 2*x^2 + 3*x + 6 == Y,can you find its solution between 0 and 100;Now please try your原创 2014-02-24 12:50:18 · 777 阅读 · 0 评论 -
hdu 4737 二分或暴力
http://acm.hdu.edu.cn/showproblem.php?pid=4737Problem DescriptionThere are n numbers in a array, as a0, a1 ... , an-1, and another number m. We define a function f(i, j) = ai|ai+1|ai+2| ...原创 2015-04-11 16:32:36 · 892 阅读 · 0 评论