ans = 0 i = 1 eat = input_raw() while (i > eat): i *= 2 ans += 1 print ans