fun main(args: Array) { val (n,k) = readLine()!!.split(" ").map { it.toInt() } println(n/2.0) }