eolymp
bolt
Try our new interface for solving problems
Problems

Sum and amount

Sum and amount

The sequence of integers is given. Find their amount and sum. \InputFile In one line the integers are given, each of the numbers is no more than $100$ by absolute value. \OutputFile Print the amount and the sum of all elements in the sequence.
Time limit 1 second
Memory limit 128 MiB
Input example #1
1 2 3 4 5
Output example #1
5 15