using System;class P{static void Main()=>Console.Write(Math.Ceiling(Math.Log(int.Parse(Console.ReadLine()),2)));}