A = gets.to_i B = gets.to_i if A == 1 puts 0 else puts B / (1 - A) end