a,b=map(int,input().split()) from math import ceil print(ceil(b/a))