input = gets int = input.split div = int[1].to_i / int[0].to_i mvr = int[1].to_i % int[0].to_i if mvr != 0 div += 1 end puts div