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