3913专题

zoj 3913 Bob wants to pour water(二分)

题目链接:zoj 3913 Bob wants to pour water 解题思路 二分高度,判断容量。 代码 #include <cstdio>#include <cstring>#include <cmath>#include <algorithm>using namespace std;const int maxn = 1e5 + 5;const double eps =