t = int(input()) n, c = map(int,input().split()) print(2 ** n // 2 * 2 ** n // 2)