fun main(args: Array) { val n = readLine()!!.toInt() println(n-1) }