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