import math x = [int(a) for a in input().split()] print(math.ceil( x[1] / x[0] ))