結果

問題 No.713 素数の和
ユーザー %20%20
提出日時 2018-07-16 11:17:31
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 378 ms / 2,000 ms
コード長 30 bytes
コンパイル時間 307 ms
コンパイル使用メモリ 134,028 KB
実行使用メモリ 136,848 KB
最終ジャッジ日時 2024-05-03 14:24:00
合計ジャッジ時間 4,459 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 378 ms
136,820 KB
testcase_01 AC 350 ms
136,848 KB
testcase_02 AC 355 ms
136,432 KB
testcase_03 AC 362 ms
136,588 KB
testcase_04 AC 369 ms
136,716 KB
testcase_05 AC 365 ms
136,588 KB
testcase_06 AC 355 ms
136,460 KB
testcase_07 AC 353 ms
136,460 KB
testcase_08 AC 367 ms
136,436 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum grep *.is-prime,1..get
0