k = gets.chomp.to_i s = gets.chomp.to_f puts (s / (100 - k) * 100).to_i