結果

問題 No.1058 素敵な数
ユーザー kotatsugamekotatsugame
提出日時 2021-01-29 01:00:23
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 438 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 583 ms
コンパイル使用メモリ 126,080 KB
実行使用メモリ 137,684 KB
最終ジャッジ日時 2024-06-26 07:50:32
合計ジャッジ時間 5,767 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 412 ms
137,668 KB
testcase_01 AC 403 ms
137,664 KB
testcase_02 AC 409 ms
137,508 KB
testcase_03 AC 404 ms
137,668 KB
testcase_04 AC 405 ms
137,416 KB
testcase_05 AC 409 ms
137,656 KB
testcase_06 AC 405 ms
137,680 KB
testcase_07 AC 411 ms
137,616 KB
testcase_08 AC 438 ms
137,684 KB
testcase_09 AC 407 ms
137,492 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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