The number of powers of two is 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Determine and output how many powers of two fall within the interval [a, b], excluding the number one, since is not considered.
Input
Two natural numbers a and b provided on a single line, separated by a space ().
Output
The solution to the problem.
Examples
Input #1
Answer #1
Submissions 624
Acceptance rate 28%