input=gets.chomp.split(" ") a=input[0].to_f b=input[1].to_i p (b/a).ceil