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