inputs = gets.split.map!{|num| num.to_i} print (inputs[1].to_f / inputs[0].to_f).ceil