aaa = raw_input().split(" ") bbb = int(aaa[0]) ccc = int(aaa[1]) if ccc%bbb !=0: print ccc/bbb+1 else: print ccc/bbb