S, F = map(int,input().split()) q, mod = divmod(S, F) q += 1 print(q)