l = list(map(int, raw_input().split())) print((l[1] + l[0] - 1) // l[0])