Competitions
Week 1 Introduction Part 2
Sum and product 3
Given three-digit positive integer. Find the sum and the product of its digits.
Input data
One three-digit positive integer n (100 ≤ n ≤ 999).
Output data
Print in one line the sum and the product of its digits.
Examples
Input example #1
234
Output example #1
9 24