import math, strutils let l, n = parseInt readLine stdin ans = n * (2 ^ l.pred 3) echo ans