3085: 对折纸张

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

现要对一张纸张进行反复对折,纸张的单页厚度为0.2毫米,请问最少对折几次后,纸的厚度超过N毫米(N为正整数,1

Input

输入一个正整数N(1

Output

输出一个整数,表示纸张最少对折几次后,纸的厚度超过N毫米(大于N毫米)

Sample Input Copy

2

Sample Output Copy

4

HINT