結果

問題 No.354 メルセンヌ素数
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-03-10 15:30:50
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 292 ms / 1,000 ms
コード長 38 bytes
コンパイル時間 9,861 ms
コンパイル使用メモリ 416,860 KB
実行使用メモリ 49,940 KB
最終ジャッジ日時 2024-11-15 23:19:06
合計ジャッジ時間 14,856 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 286 ms
49,856 KB
testcase_01 AC 288 ms
49,620 KB
testcase_02 AC 282 ms
49,836 KB
testcase_03 AC 281 ms
49,616 KB
testcase_04 AC 289 ms
49,616 KB
testcase_05 AC 285 ms
49,940 KB
testcase_06 AC 286 ms
49,696 KB
testcase_07 AC 283 ms
49,904 KB
testcase_08 AC 287 ms
49,736 KB
testcase_09 AC 292 ms
49,664 KB
testcase_10 AC 287 ms
49,660 KB
testcase_11 AC 290 ms
49,896 KB
testcase_12 AC 288 ms
49,768 KB
testcase_13 AC 286 ms
49,936 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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