a,b=map(int,input().split()) if b&~a: print(0) else: print(pow(3,int(b).count('0')-int(a).count('0')))