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

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?