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
Copy
0 12
Sample Output 1
Copy
0
Sample Input 2
Copy
123456789123456789 123456789123456789
Sample Output 2
Copy
165980939
Comments