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