#include using namespace std; #define int long long signed main(){ int A,B; cin>>A>>B; int m = max(A,B); int ans = 1; while(m >= ans*2) ans*=2; cout<