Counting is very difficult so Veshy asks you for help. You are given two positive integers,
Input Specification
The input is a single line containing two space-separated integers,
Output Specification
Output on a single line, the number
Sample Input 1
Copy
8 849
Sample Output 1
Copy
281
Sample Input 2
Copy
2 2020
Sample Output 2
Copy
2013
Explanation
In sample input 1,
In sample input 2,
Comments