fun main(args: Array){ val ans = (readLine()!!.toLong() * 108) / 100.toDouble() println(ans) }