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