import math num = input().split() print(math.ceil(int(num[1])/int(num[0])))