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