a = list(map(int,input().split())) b = a[1]//a[0] + 1 print(b)