import math diff, goal = map(int, input().split()) print(math.ceil(goal / diff))