K, S = readlines.map(&:to_i) def calc(k, s) s*100/(100-k) end puts calc K, S