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