After he got tired of rotating tables, the teacher gave Perica another problem. She wrote two integers,
Perica is never wrong with his calculation, but sometimes he doesn't copy the numbers correctly. The only mistake he ever makes is copying a 5
as a 6
, and vice versa.
Given two numbers,
Input Specification
The first and only line of input contains positive integers
Output Specification
In a single line of output, print two space separated integers, the minimum and maximum sum Perica could get.
Sample Input 1
Copy
11 25
Sample Output 1
Copy
36 37
Sample Input 2
Copy
1430 4862
Sample Output 2
Copy
6282 6292
Sample Input 3
Copy
16796 58786
Sample Output 3
Copy
74580 85582
Comments