#include using namespace std; int n,i; int main() { cin>>n; while(n>1)n/=2,i++; cout<