import std.stdio, std.conv, std.string, std.range, std.algorithm, std.math; void main() { auto N = readln.strip.to!ulong; N.log2.ceil.writeln; }