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