#include #define EPS 0.01 //曾因EPS 0.00001,精度太高,而比较失败,得注意 int isZero(float n) { if(n