#include int N,count; int main(void) { scanf("%d",&N); N--; while(N>>count)count++; printf("%d\n",count); return 0; }