L = int(input()) N = int(input()) s = input().split() print(pow(2,(L-3))*N)