fun main(args: Array) { val n = readLine()!!.toInt() println("%f".format(1.0/n)) }