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