fun main(){val(a,b)=readLine()!!.split(" ").map{it.toDouble()} println(kotlin.math.ceil(b/a).toInt())}