num = [int(i) for i in input().split()] ans = num[0] / num[1] print(int(ans) + 1)