a , b = map(int,input().split()) v = -(-b//a) print(v)