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