Competitions
Week 1 Introduction Part 2
Sum and product 2
Given two-digit positive integer. Find the sum and the product of its digits.
Input data
One two-digit positive integer n (10 ≤ n ≤ 99).
Output data
Print in one line the sum and the product of its digits.
Examples
Input example #1
46
Output example #1
10 24