Score : $500$ points
Given integers $L$ and $L,R\ (L \le R)$, find the number of pairs $(x,y)$ of integers satisfying all of the conditions below:
Input is given from Standard Input in the following format:
$L$ $R$
Print the answer as an integer.
3 7
2
Let us take some number of pairs of integers, for example.
There are two pairs satisfying the conditions: $(x,y)=(4,6),(6,4)$.
4 10
12
1 1000000
392047955148