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