C++语法基础--泛型算法(generic algorithm)--只读算法accumulate(),find_first_of(),count(),count_if()
注:泛型算法实在太多,太繁杂,全都掌握也不现实,也没有必要。所以暂时只研究一些常用的算法。*accumulate(在numeric头文件中定义)Computesthesumofthegivenvalueinitandtheelementsintherange[first,last).Thefirstversionusesoperator+tosumuptheelements,thesecondve