a,b = map(int,input().split()) cnt = 0 cnt = b//a print (cnt+1)