complete 2156.kt and 11727.kt & queue 11058.kt
This commit is contained in:
8
zeta_kotlin/11058.kt
Normal file
8
zeta_kotlin/11058.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
fun solve(N: Int): Int {
|
||||
return 1
|
||||
}
|
||||
|
||||
fun main() {
|
||||
val N = readln().toInt()
|
||||
println(solve(N))
|
||||
}
|
||||
Reference in New Issue
Block a user