val = gets.chomp!.split(' ').map(&:to_i) puts val[0] / val[1] + 1