a,b=map(int,input().split()) c=b//a if c != b/a: c+=1 print(c)