import sys, math a = int(sys.argv[1]) b = int(sys.argv[2]) print(math.ceil(b/a))