Files
CodeObject/storage/zeta/kt/completed/24262.kt

5 lines
86 B
Kotlin

fun main() {
val n: Int = readLine()!!.toInt()
println("1")
println("0")
}