fun main() { val (s, d) = readLine()!!.split(" ").map{it.toDouble()} println(kotlin.math.floor(d/s)+1) }