
二分
Than-
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Defuse the Bombs(简单二分)
The terrorists have planted some bombs in a building! Our hero, Little Horse, decides to rescue the people in the building. Unfortunately, there is more than one bomb, and Little Horse is unable to defuse all of them. To strive for more time for other peop原创 2020-11-02 13:46:09 · 1144 阅读 · 0 评论 -
hdu-2141 Can you find it?
Can you find it?Problem DescriptionGive you three sequences of numbers A, B, C, then we give you a number X. Now you need to calculate if you can find the three numbers ...原创 2019-04-01 17:16:48 · 233 阅读 · 0 评论 -
POJ - 1905 Expanding Rods(几何+二分)
Expanding RodsDescriptionWhen a thin rod of length L is heated n degrees, it expands to a new length L’=(1+n*C)*L, where C is the coefficient of heat expansion.When a thin rod is mounted on two so...原创 2019-12-05 11:19:05 · 228 阅读 · 0 评论 -
HDU-2199 Can you solve this equation?(二分)
Can you solve this equation?Problem DescriptionNow,given the equation 8x^4 + 7x^3 + 2x^2 + 3x + 6 == Y,can you find its solution between 0 and 100;Now please try your lucky.InputThe first line of...原创 2019-12-05 10:50:10 · 134 阅读 · 0 评论 -
CodeForces - 1250 J. The Parade(二分)
题目链接:https://codeforces.com/problemset/problem/1250/JJ. The ParadeThe Berland Army is preparing for a large military parade. It is already decided that the soldiers participating in it will be divid...原创 2019-11-20 18:23:24 · 350 阅读 · 0 评论