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