S, F = map(int, input().split()) C = S // F C += 1 print(C)