Sum

Make a function, sum, that takes a list of integers and returns the sum of its elements.

Example

Input

som([1,2,3,4])

Return

10