from math import ceil a,b = [int(i) for i in input().split()] print(ceil(b/a))