a,b = map(in5, input().split()) if a&b != a: print(0) else: prinf(str(bin(a^b)).count('1'))