#arc091b. [arc091_b]Remainder Reminder
[arc091_b]Remainder Reminder
Problem Statement
Takahashi had a pair of two positive integers not exceeding , , which he has forgotten. He remembers that the remainder of divided by was greater than or equal to . Find the number of possible pairs that he may have had.
Constraints
- All input values are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the number of possible pairs that he may have had.
Sample Input 1
5 2
Sample Output 1
7
There are seven possible pairs: and .
Sample Input 2
10 0
Sample Output 2
100
Sample Input 3
31415 9265
Sample Output 3
287927211