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