import math first = input() spritFirst = first.split() a = int(spritFirst[0]) # walked = 0 b = int(spritFirst[1]) print(int(math.ceil(b/a)))