Problem 3. Find the sum of all the numbers of the input vector

Created by Cody Team

Find the sum of all the numbers of the input vector x.

 Examples:
Input  x = [1 2 3 5]
Output y is 11
Input  x = [42 -1]
Output y is 41

Tags

Problem Group

3566 solvers submitted 5197 solutions (1.46 solutions/solver).

Problem Comments

Solution Comments