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