Sum

0

0 votes
Easy
Problem

Add all numbers in the input.

INPUT FORMAT

Input consists of an arbitrary number of integers n.

OUTPUT FORMAT

Output the sum of the integers.

CONSTRAINTS

-1000 <= n <= 1000

Sample Input
5
4
1000
-1000
Sample Output
9
Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?