from decimal import * getcontext().prec=200 def log2(x): return Decimal(x).ln()/Decimal(2).ln() A,B=map(int,input().split()) if 2*log2(A)