#include using namespace std; int main(){ int n;cin>>n; int c=0; int q=1; while(n>q){q*=2;c++;} cout<