09-04 HDU_Steps4.1 二分三分 HDU2199 HDU2899 HDU1967 HDU2141 HDU2298 HDU1597 HDU2438 HDU3400
Steps4.1主要都是二分和三分的问题,二分这种思想很重要也很常用.另外,在浮点数运算时一定要注意精度问题.4.1.1HDU2199Canyousolvethisequation函数单调递增,当f(0)>0或者f(100)
#include
usingnamespacestd;
typedef__int64LL;
constintmaxn=505;
LLa[maxn],b[maxn],c[max