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