Modest boy Misha calls a natural number modest if it has exactly 7 natural divisors. Help Misha find the number of modest numbers in the range from $$$a$$$ to $$$b$$$, inclusive.
Two integers $$$a$$$ and $$$b$$$ are entered, each on a separate line ($$$1 \le a \le b \le 10^{18}$$$).
Output one integer — the number of modest numbers in the range from $$$a$$$ to $$$b$$$.
50100
1
In the example, there is only one modest number in the range from 50 to 100 — it is the number 64.
| Name |
|---|


