n,m=map(int,input().split()) print(m//n+1 if m%n else m//n)