inputs = gets.split(" ") d = inputs[0].to_i p = inputs[1].to_f puts d+(d*p/100).to_i