import Data.Functor ((<$>)) main = show . ceiling . logBase 2 . read <$> getLine >>= putStrLn