L = int(input()) N = int(input()) S = list(input().split()) print(N * 2 ** (L - 3))