S, F = map(int, input().rstrip().split(' ')) nowSt = S // F + 1 print(nowSt)