a , b = map(int , input().split()) c = b / a if c % 1 != 0: c = c+ 1; print(int(c))