#coding: utf-8 ##yuki_46 import math s=[] s=map(int,raw_input().split()) a=s[0] b=s[1] res=int(math.ceil(1.0*s[1]/s[0])) print res