length = gets.chomp.to_i n = gets.chomp.to_i kodon = gets ans = (2 ** (length - 3 )) * n puts ans