S,F=map(int,input().split())


cnt = F //S

print(cnt+1)