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