Preparando MOJI

2-3-numbers

1000ms 262144K

Description:

A positive integer is called a 2-3-integer, if it is equal to 2x·3y for some non-negative integers x and y. In other words, these integers are such integers that only have 2 and 3 among their prime divisors. For example, integers 1, 6, 9, 16 and 108 — are 2-3 integers, while 5, 10, 21 and 120 are not.

Print the number of 2-3-integers on the given segment [l, r], i. e. the number of sich 2-3-integers t that l ≤ t ≤ r.

Input:

The only line contains two integers l and r (1 ≤ l ≤ r ≤ 2·109).

Output:

Print a single integer the number of 2-3-integers on the segment [l, r].

Sample Input:

1 10

Sample Output:

7

Sample Input:

100 200

Sample Output:

5

Sample Input:

1 2000000000

Sample Output:

326

Note:

In the first example the 2-3-integers are 1, 2, 3, 4, 6, 8 and 9.

In the second example the 2-3-integers are 108, 128, 144, 162 and 192.

Informação

Codeforces

Provedor Codeforces

Código CF926A

Tags

implementationmath

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 09:23:47

Relacionados

Nada ainda