x = list(map(int,input().split())) ans = -(-x[1]//x[0]) print(ans)