一行代码 过了40%

double calculateExpectation(const vector<Point>& points, const int total, const int min)

{

    return 1.0;

}