import math l = input().split() nums = list(map(int, l)) print( math.ceil(nums[1] / nums[0]))