#include #include int main (){ float N; int i = 0,p; scanf("%f",&N); for(i = 0; 1 <= N/2; i++){ N = N / 2; N = ceil(N); } printf("%d",i); }