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