Competitions
PP2. Week 2: March 8 - 14
Sum and amount
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 100 by absolute value.
Output
Print the amount and the sum of all elements in the sequence.
Input example #1
1 2 3 4 5
Output example #1
5 15