import java.lang.Math fun main(args : Array) { val m = readLine()!!.toDouble() println( Math.pow(m, 0.5)/3.14 ) }