N, F = map(int, input().split(' ')) print(N//F+1)