s, f = [int(i) for i in input().split()] print(s//f + 1)