Sum and amount
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The sequence of integers is given. Find their amount and sum.
Input
In one line the integers are given, each of the numbers is no more than by absolute value.
Output
Print the amount and the sum of all elements in the sequence.
Examples
Input #1
Answer #1
Submissions 5K
Acceptance rate 52%