fun main() { val a = readLine()!!.toLong() println(a/5L + a/3L) }