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