結果

問題 No.1058 素敵な数
ユーザー kotatsugamekotatsugame
提出日時 2020-05-23 01:03:30
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 391 ms / 2,000 ms
コード長 63 bytes
コンパイル時間 2,346 ms
コンパイル使用メモリ 126,084 KB
実行使用メモリ 137,764 KB
最終ジャッジ日時 2024-04-15 21:39:48
合計ジャッジ時間 7,021 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 381 ms
137,252 KB
testcase_01 AC 381 ms
137,636 KB
testcase_02 AC 381 ms
137,508 KB
testcase_03 AC 386 ms
137,764 KB
testcase_04 AC 377 ms
137,636 KB
testcase_05 AC 381 ms
137,636 KB
testcase_06 AC 389 ms
137,632 KB
testcase_07 AC 386 ms
137,632 KB
testcase_08 AC 381 ms
137,764 KB
testcase_09 AC 391 ms
137,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

(1,|unique @($_=grep &is-prime,^99+10**5)X*@$_).sort[get-1].say
0