Given the integers, and , print the result of .
Input Specification
The first line will contain two integers, .
Output Specification
Output the result of .
Sample Input 1
0 12
Sample Output 1
0
Sample Input 2
123456789123456789 123456789123456789
Sample Output 2
165980939
Comments