fun main(){println(kotlin.math.floor(f()/f()).toInt())}fun f()=readLine()!!.toDouble()