A, B = map(int, input().split()) a = (A/B) a = a+1 a = int(a) print(a)