N, K = list(map(int, input().split())) if K==1 : print("0") else: print(2**(N-K))