2022年3月5日

摘要: accumulate定义在 numeric 中,作用有两个,一个是累加求和,另一个是自定义类型数据的处理。 头文件 #include <numeric> 原型 默认求累加和 template <class InputIterator, class T> T accumulate (InputIter 阅读全文

posted @ 2022-03-05 22:57 foghorn 阅读(921) 评论(0) 推荐(1) 编辑


Copyright © 2024 foghorn
Powered by .NET 9.0 on Kubernetes