n,k = map(int,input().split()) print(2 ** max(0,n - k))