100 atcoder#ABC215B. [ABC215B] log2(N)
[ABC215B] log2(N)
Score : points
Problem Statement
Given a positive integer , find the maximum integer such that .
Constraints
- is an integer satisfying .
Input
Input is given from Standard Input in the following format:
Output
Print the answer as an integer.
6
2
- satisfies .
- For every integer such that , holds.
Therefore, the answer is .
1
0
Note that .
1000000000000000000
59
The input value may not fit into a -bit integer.