a, b = gets.chomp.split(" ").map(&:to_f) if a = 0 puts 1 else ans = a/b puts ans.ceil end