import math a,b=input().split() a = int(a) b = int(b) print(math.floor(a/b+1))