5 lines
86 B
Kotlin
5 lines
86 B
Kotlin
fun main() {
|
|
val n: Int = readLine()!!.toInt()
|
|
println("1")
|
|
println("0")
|
|
} |