fun main() { println(readLine()!!.toInt().let { (it - 1) * (it - 1) }) }