N = input().split() kai = int(N[1])/int(N[0]) print("{0}".format(int(kai + 1))) if kai.is_integer() == False else print("{0}".format(int(kai)))