結果

問題 No.354 メルセンヌ素数
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-03-10 15:30:50
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 290 ms / 1,000 ms
コード長 38 bytes
コンパイル時間 10,304 ms
コンパイル使用メモリ 422,836 KB
実行使用メモリ 54,248 KB
最終ジャッジ日時 2024-04-27 18:39:40
合計ジャッジ時間 15,327 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 281 ms
53,996 KB
testcase_01 AC 283 ms
54,216 KB
testcase_02 AC 290 ms
54,212 KB
testcase_03 AC 279 ms
54,248 KB
testcase_04 AC 280 ms
53,992 KB
testcase_05 AC 281 ms
54,196 KB
testcase_06 AC 281 ms
53,992 KB
testcase_07 AC 279 ms
53,924 KB
testcase_08 AC 280 ms
54,004 KB
testcase_09 AC 284 ms
54,036 KB
testcase_10 AC 282 ms
54,060 KB
testcase_11 AC 283 ms
54,100 KB
testcase_12 AC 289 ms
54,056 KB
testcase_13 AC 281 ms
54,140 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {
    println(readLine())
}
0