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