//Running Sum of 1d Array class Solution { public: vector runningSum(vector& nums) { for(int i=1;i