s, f = map(int, input().split()) ans = 1 ans += s / f print(int(ans))