d, p = gets.split(' ').map(&:to_f)
ritu = 0.0
ritu = p / 100 if p != 0
puts (d + (d * ritu)).to_i