first = input() split_first = first.split() s = int(split_first[0]) f = int(split_first[1]) print(s // f + 1)