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