#!/usr/bin/env python innums = input().split() ans = int(innums[1]) // int(innums[0]) + 1 print(str(ans))