結果

問題 No.1058 素敵な数
ユーザー kotatsugamekotatsugame
提出日時 2020-05-23 01:03:42
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 401 ms / 2,000 ms
コード長 61 bytes
コンパイル時間 2,485 ms
コンパイル使用メモリ 133,684 KB
実行使用メモリ 138,004 KB
最終ジャッジ日時 2024-04-15 21:40:05
合計ジャッジ時間 5,112 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 401 ms
137,748 KB
testcase_01 AC 395 ms
137,588 KB
testcase_02 AC 385 ms
138,000 KB
testcase_03 AC 393 ms
137,492 KB
testcase_04 AC 399 ms
137,748 KB
testcase_05 AC 390 ms
137,876 KB
testcase_06 AC 398 ms
137,620 KB
testcase_07 AC 395 ms
137,492 KB
testcase_08 AC 388 ms
138,004 KB
testcase_09 AC 396 ms
137,852 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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