n,k = gets.split.map(&:to_f) a = 50*n / (0.8+0.2*k) p (50*n).to_i + a.to_i