x,y = map(int,input().split()) print((y+x-1)//x)