結果

問題 No.1058 素敵な数
ユーザー kotatsugamekotatsugame
提出日時 2020-05-23 01:03:30
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 344 ms / 2,000 ms
コード長 63 bytes
コンパイル時間 2,235 ms
コンパイル使用メモリ 125,864 KB
実行使用メモリ 137,696 KB
最終ジャッジ日時 2024-10-06 03:00:31
合計ジャッジ時間 6,114 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 325 ms
137,436 KB
testcase_01 AC 326 ms
137,568 KB
testcase_02 AC 327 ms
137,424 KB
testcase_03 AC 336 ms
137,696 KB
testcase_04 AC 338 ms
137,564 KB
testcase_05 AC 331 ms
137,180 KB
testcase_06 AC 336 ms
137,440 KB
testcase_07 AC 344 ms
137,436 KB
testcase_08 AC 330 ms
137,308 KB
testcase_09 AC 333 ms
137,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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