require 'bigdecimal' d,p=gets.split().map(&:to_i) puts (BigDecimal(d)*(1+(BigDecimal(p)/100))).to_i