eolymp
bolt
Try our new interface for solving problems
Problems

Sum and product 2

Sum and product 2

Given two-digit positive integer. Find the sum and the product of its digits.

Input

One two-digit positive integer n (10n99).

Output

Print in one line the sum and the product of its digits.

Time limit 1 second
Memory limit 128 MiB
Input example #1
46
Output example #1
10 24
Source Ramin Textbook Z1.2