l = input().split(" ") s, f = int(l[0]), int(l[1]) print((s // f) + 1)