N,K = map(int,input().split()) N = 2 ** N K = 2 ** K print(N // K)