d, p = gets.chomp.split.map(&:to_i) puts ((p/100.0).to_f * d + d).to_i