A, B = map(int, input().split()) ans = -(-B // A) print(ans)