find sum of vector till index code example Example: sum of vector c++ accumulate(a.begin(), a.end(), 0);