a,b=gets.chop.split.map(&:to_i) c=0 if a>b then c=2**(a-b) end puts c