inputs = STDIN.readlines.map(&:chomp) d, p = inputs[0].split(/\s+/).map(&:to_i) puts (d * (p / 100r + 1)).floor