import kotlin.math.*; import kotlin.system.exitProcess; fun solve() {; val n = readLine()!!.toInt(); if (n < 1000) {; println(n); } else if (n < 999500) ...
確定! 回上一頁