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