a,b=map(int,raw_input().split());print b/a+(1 if b%a >= 1 else 0)