S,F = map(int,ipnut().split()) if S > F: cnt = S // F print(cnt+1) else: print(1)