fun main(){println(Math.ceil(kotlin.math.log2(readLine()!!.toDouble())).toInt())}