🌈 搜索
📅  最后修改于: 2022-03-11 14:44:51.306000             🧑  作者: Mango
double avg1(std::vector const& v) { return 1.0 * std::accumulate(v.begin(), v.end(), 0LL) / v.size(); }