l = map(int, input().split()) s = l[1] / l[0] print(round(s))