a,b = map(int, input().split()) print(0 if a < b else 2**(a-b))