用C ++中的带有硬编码元素初始化std :: vector的最简单方法是什么?
在现代C++[11,14,…]中,向量通过以下方式初始化
std::vector<int> vec = {1,2,3};算法
Begin Initialize the vector v. Using accumulate, sum up all the elements of the vector v is done. Print the result. End.
这是总结向量元素的简单示例:
示例
#include<iostream>
#include<vector>
#include<numeric>
using namespace std;
int main() {
vector<int> v = {2,7,6,10};
cout<<"所有元素的总和是:"<<endl;
cout<<accumulate(v.begin(),v.end(),0);
}输出结果
所有元素的总和是: 25
热门推荐
10 老爸的祝福语简短独特
11 祝福语15字以内简短
12 元旦英文祝福语大全简短
13 生日祝福语 简短独特男童
14 古风祝福语 唯美简短结婚
15 集体年会祝福语简短创意
16 姐妹订婚刺绣祝福语简短
17 剪纸送祝福语大全简短
18 婚礼红包祝福语简短霸气