Sum and product of real numbers
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Three real numbers are given. Find their sum and product.
Input
Three real numbers .
Output
Print the sum and the product of three numbers with decimal places on a single line.
Examples
Input #1
Answer #1
Submissions 14K
Acceptance rate 48%