double calculateExpectation(const vector<Point>& points, const int total, const int min) { return 1.0; }
double calculateExpectation(const vector<Point>& points, const int total, const int min)
{
return 1.0;
}