text = str(input()) a = int(text.split()[0]) b = int(text.split()[1]) print(-(-b // a))