complete 24262 & setting zeta_kotlin with kotlin

This commit is contained in:
2024-04-04 22:46:19 +09:00
parent aa4191df89
commit c3f39b8093
4 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package completed
fun main() {
val n: Int = readLine()!!.toInt()
println("1")
println("0")
}