import java.util.Scanner object No46 extends App { val sc = new Scanner(System.in) val a = sc.nextInt() val b = sc.nextInt() println(b / a + 1) }