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