#! ruby a, b = gets.chomp.split.map(&:to_f) # aとbを逆にしてたわ ans = b / a puts ans.ceil