import math first = input() s = first.split() A=int(s[0]) B=int(s[1]) print(math.ceil(B/A))