fun main() { val (s, d) = readLine()!!.split(" ").map{it.toInt()} println((0.0+d/s).toInt()+1) }