f = input() s_f = f.split() a = int(s_f[0]) b = int(s_f[1]) c = round(b/a) print(c + 1)