Sum and product 2
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given two-digit positive integer. Find the sum and the product of its digits.
Input
One two-digit positive integer n (10 ≤ n ≤ 99).
Output
Print in one line the sum and the product of its digits.
Examples
Input #1
Answer #1
Submissions 11K
Acceptance rate 69%