a,b = map(int,input().split()) count = 1 print(count + int(a/b))