puts gets.to_i.then { |n| n == 1 ? 0 : (n - 1).to_s(2).length }