Problem1665--22-循环-1-计算以2为底的对数

1665: 22-循环-1-计算以2为底的对数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入一个正整数,求其以2为底的对数值,不用数学函数。

Input

一个正整数

Output

输入正整数的以2为底的对数值(取整数的输出)

Sample Input Copy

8

Sample Output Copy

3

Source/Category