The number
Input Specification
The first and only line of input contains two integers
Output Specification
Output
Sample Input 1
Copy
11 15
Sample Output 1
Copy
19
Sample Input 2
Copy
4 3
Sample Output 2
Copy
2
The number
The first and only line of input contains two integers
Output
11 15
19
4 3
2
Comments