import java.util.* import kotlin.math.sqrt fun main(args: Array){ val ans = (readLine()!!.toInt() * 108) / 100.toDouble() println(ans) }