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