結果

問題 No.354 メルセンヌ素数
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-03-10 15:30:50
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 273 ms / 1,000 ms
コード長 38 bytes
コンパイル時間 10,226 ms
コンパイル使用メモリ 410,196 KB
実行使用メモリ 50,244 KB
最終ジャッジ日時 2023-08-10 00:39:59
合計ジャッジ時間 15,415 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 268 ms
49,968 KB
testcase_01 AC 272 ms
49,852 KB
testcase_02 AC 267 ms
50,112 KB
testcase_03 AC 268 ms
49,844 KB
testcase_04 AC 267 ms
50,176 KB
testcase_05 AC 268 ms
50,048 KB
testcase_06 AC 269 ms
50,212 KB
testcase_07 AC 273 ms
50,208 KB
testcase_08 AC 267 ms
50,108 KB
testcase_09 AC 270 ms
50,096 KB
testcase_10 AC 268 ms
50,148 KB
testcase_11 AC 265 ms
50,156 KB
testcase_12 AC 272 ms
50,100 KB
testcase_13 AC 264 ms
50,244 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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