fun main(args: Array) { val n = readLine()!!.toLong() val ans = (n*1.5).toLong() println(ans) }