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