import std; void main() { int N; readf("%d\n", N); N.log2.ceil.writeln; }