#-*- coding:utf-8 -*- if __name__ == "__main__": a, b = list(map(int, input().split(" "))) # try solving: ax >= b print(round(b/a))