The sum of all
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the sum of all the given numbers.
Input
Contains integers. Each integer does not exceed in absolute value.
Output
Print the sum of all the given numbers.
Examples
Input #1
Answer #1
Submissions 19K
Acceptance rate 38%