public Object put (Object key, Object value) 将value映射到key下。如果此JSONObject对象之前存在一个value在这个key下,当前的value会替换掉之前的value Associates the specified value with the specified key in this map(optional operatio
1、accumulate作用 在一个区间内进行累加计算,accumulate(开始,结束,初始值)/accumulate(开始,结束,初始值,自定义函数),头文件是numeric 2、使用 2.1、基本类型使用 int main(){std::list<int> pre{1,2,3,4,5,6,7,8,9,10};int sum = std::accumulate(pre.begin()