#include<iostream>
#include<vector>
#include<numeric>
using namespace std;
int main() {
vector<long long int> v={1000000000 , 1000000000 , 1000000000 , 1000000000};
cout<<"Sum of all the elements are:"<<endl;
cout<<accumulate(v.begin(),v.end(),0ll);
}
I2luY2x1ZGU8aW9zdHJlYW0+CiNpbmNsdWRlPHZlY3Rvcj4KI2luY2x1ZGU8bnVtZXJpYz4KdXNpbmcgbmFtZXNwYWNlIHN0ZDsKaW50IG1haW4oKSB7CiAgICB2ZWN0b3I8bG9uZyBsb25nIGludD4gdj17MTAwMDAwMDAwMCAsIDEwMDAwMDAwMDAgLCAxMDAwMDAwMDAwICwgMTAwMDAwMDAwMH07CiAgICBjb3V0PDwiU3VtIG9mIGFsbCB0aGUgZWxlbWVudHMgYXJlOiI8PGVuZGw7CiAgICBjb3V0PDxhY2N1bXVsYXRlKHYuYmVnaW4oKSx2LmVuZCgpLDBsbCk7Cn0=