a, b = [int(i) for i in input().split()] ans = -(-b // a) print(ans)