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