a = gets.chomp.split(" ") b = 1.0 + a[1].to_i / 100.0 c = b.to_s p (Rational(a[0]) * Rational(c)).floor