結果

問題 No.308 素数は通れません
ユーザー firiexpfiriexp
提出日時 2020-03-28 15:18:01
言語 Kotlin
(1.9.23)
結果
WA  
実行時間 -
コード長 1,696 bytes
コンパイル時間 13,488 ms
コンパイル使用メモリ 438,316 KB
実行使用メモリ 53,352 KB
最終ジャッジ日時 2024-06-10 17:25:48
合計ジャッジ時間 44,089 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 247 ms
49,852 KB
testcase_01 AC 243 ms
49,800 KB
testcase_02 AC 265 ms
53,268 KB
testcase_03 AC 264 ms
53,176 KB
testcase_04 AC 264 ms
53,288 KB
testcase_05 AC 263 ms
53,288 KB
testcase_06 AC 271 ms
52,996 KB
testcase_07 AC 268 ms
53,124 KB
testcase_08 AC 267 ms
53,056 KB
testcase_09 AC 260 ms
52,992 KB
testcase_10 AC 269 ms
53,236 KB
testcase_11 AC 260 ms
53,316 KB
testcase_12 AC 263 ms
53,352 KB
testcase_13 AC 285 ms
53,244 KB
testcase_14 AC 283 ms
53,148 KB
testcase_15 AC 252 ms
49,820 KB
testcase_16 WA -
testcase_17 AC 243 ms
49,708 KB
testcase_18 AC 247 ms
49,864 KB
testcase_19 AC 249 ms
49,756 KB
testcase_20 AC 242 ms
49,952 KB
testcase_21 AC 249 ms
49,868 KB
testcase_22 AC 246 ms
49,876 KB
testcase_23 AC 255 ms
49,828 KB
testcase_24 AC 243 ms
49,928 KB
testcase_25 WA -
testcase_26 AC 243 ms
49,740 KB
testcase_27 AC 244 ms
49,624 KB
testcase_28 AC 246 ms
49,788 KB
testcase_29 WA -
testcase_30 AC 248 ms
49,908 KB
testcase_31 AC 242 ms
49,996 KB
testcase_32 AC 252 ms
49,804 KB
testcase_33 AC 242 ms
49,904 KB
testcase_34 WA -
testcase_35 AC 254 ms
49,956 KB
testcase_36 AC 261 ms
49,992 KB
testcase_37 AC 251 ms
49,916 KB
testcase_38 AC 243 ms
50,044 KB
testcase_39 AC 245 ms
49,872 KB
testcase_40 AC 251 ms
49,764 KB
testcase_41 AC 247 ms
49,996 KB
testcase_42 AC 246 ms
49,780 KB
testcase_43 AC 244 ms
49,852 KB
testcase_44 AC 249 ms
49,716 KB
testcase_45 AC 245 ms
49,828 KB
testcase_46 AC 245 ms
49,632 KB
testcase_47 AC 249 ms
49,728 KB
testcase_48 AC 247 ms
49,936 KB
testcase_49 AC 247 ms
49,852 KB
testcase_50 AC 246 ms
49,944 KB
testcase_51 AC 257 ms
49,900 KB
testcase_52 AC 241 ms
49,708 KB
testcase_53 AC 249 ms
49,740 KB
testcase_54 WA -
testcase_55 WA -
testcase_56 AC 246 ms
49,916 KB
testcase_57 AC 247 ms
49,772 KB
testcase_58 AC 262 ms
50,004 KB
testcase_59 AC 251 ms
49,724 KB
testcase_60 AC 247 ms
49,884 KB
testcase_61 AC 252 ms
49,808 KB
testcase_62 AC 253 ms
49,680 KB
testcase_63 AC 249 ms
49,872 KB
testcase_64 AC 247 ms
49,612 KB
testcase_65 AC 250 ms
49,884 KB
testcase_66 AC 248 ms
49,876 KB
testcase_67 AC 245 ms
49,712 KB
testcase_68 AC 243 ms
49,800 KB
testcase_69 AC 251 ms
49,872 KB
testcase_70 AC 248 ms
49,904 KB
testcase_71 AC 258 ms
49,808 KB
testcase_72 AC 250 ms
49,808 KB
testcase_73 AC 256 ms
49,992 KB
testcase_74 AC 252 ms
49,712 KB
testcase_75 AC 242 ms
49,988 KB
testcase_76 AC 251 ms
50,128 KB
testcase_77 WA -
testcase_78 WA -
testcase_79 WA -
testcase_80 AC 268 ms
49,908 KB
testcase_81 AC 266 ms
50,220 KB
testcase_82 WA -
testcase_83 WA -
testcase_84 AC 276 ms
50,112 KB
testcase_85 WA -
testcase_86 AC 262 ms
49,912 KB
testcase_87 AC 262 ms
50,236 KB
testcase_88 WA -
testcase_89 WA -
testcase_90 AC 267 ms
49,988 KB
testcase_91 WA -
testcase_92 WA -
testcase_93 WA -
testcase_94 WA -
testcase_95 WA -
testcase_96 AC 253 ms
49,948 KB
testcase_97 AC 283 ms
49,900 KB
testcase_98 AC 246 ms
49,808 KB
testcase_99 AC 255 ms
50,508 KB
testcase_100 AC 250 ms
52,892 KB
testcase_101 AC 299 ms
50,528 KB
testcase_102 WA -
testcase_103 AC 249 ms
49,708 KB
testcase_104 AC 240 ms
49,760 KB
testcase_105 AC 245 ms
49,840 KB
testcase_106 AC 250 ms
49,904 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.kt:32:10: warning: parameter 'args' is never used
fun main(args: Array<String>) {
         ^

ソースコード

diff #

import java.io.PrintWriter
import java.lang.Math.abs
import java.math.BigDecimal
import java.math.BigInteger
import java.util.*
import kotlin.math.max
import kotlin.math.min

@JvmField val INPUT = System.`in`
@JvmField val OUTPUT = System.out
@JvmField val cin = INPUT.bufferedReader()
fun readLine(): String? = cin.readLine()
fun readLn() = cin.readLine()!!
@JvmField var _tokenizer: StringTokenizer = StringTokenizer("")
fun read(): String {
    while (_tokenizer.hasMoreTokens().not()) _tokenizer = StringTokenizer(cin.readLine() ?: return "", " ")
    return _tokenizer.nextToken()
}
fun readInt() = read().toInt()
fun readDouble() = read().toDouble()
fun readLong() = read().toLong()
fun readStrings(n: Int) = List(n) { read() }
fun readLines(n: Int) = List(n) { readLn() }
fun readInts(n: Int) = List(n) { read().toInt() }
fun readIntArray(n: Int) = IntArray(n) { read().toInt() }
fun readDoubles(n: Int) = List(n) { read().toDouble() }
fun readDoubleArray(n: Int) = DoubleArray(n) { read().toDouble() }
fun readLongs(n: Int) = List(n) { read().toLong() }
fun readLongArray(n: Int) = LongArray(n) { read().toLong() }
@JvmField val cout = PrintWriter(OUTPUT, false)

fun main(args: Array<String>) {
    val t = read().toBigInteger()
    if(t <= 25.toBigInteger()){
        val tt = t.toInt()
        cout.println( when(tt) {
            4 -> 3
            6 -> 5
            in arrayOf(8, 9, 10, 15, 16, 22) -> 7
            12 -> 11
            14 -> 13
            20 -> 19
            21 -> 19
            24 -> 23
            25 -> 23
            else -> 8
        })
    }else {
        cout.println(if(t.minus(8.toBigInteger()).isProbablePrime(100)) 14 else 8)
    }
    cout.flush()
}
0