A, B = map(int, input().split()) v = int( B / A )+ 1 print(v)