#!/usr/bin/env python3 # -*- coding: utf-8-*- if __name__ == '__main__': a, b = map(int, input().split(" ")) print((b-1)//a+1)