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