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