Dcoder icon

The sum of Array @ Dcoder

By Lochard | As a newbie programmer | 11 Jul 2023


Problem: Given the array of N numbers, you have to find its sum.

Input: The first line contains an integer N, number of elements in array.Next line contains N integers separated by space.

Output: Print the sum of the array's elements.

Constraints: 1<=N<=100

Sample Input: 6

1 2 3 4 10 12

Sample Output: 

32

input()
print(sum(map(int, input().split())))

How do you rate this article?

1


Lochard
Lochard

20240228 Arrived in the UK for about 2 week. All my fears persist. Some are even getting worse. https://github.com/locharp/asylum_diary/


As a newbie programmer
As a newbie programmer

Sharing entry level codes. My snippets on GitHub https://github.com/locharp/code-snippets

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.