結果

問題 No.407 鴨等素数間隔列の数え上げ
ユーザー FF256grhyFF256grhy
提出日時 2022-05-20 06:57:35
言語 cLay
(20240104-1)
結果
AC  
実行時間 47 ms / 1,000 ms
コード長 65 bytes
コンパイル時間 2,540 ms
コンパイル使用メモリ 174,700 KB
実行使用メモリ 46,828 KB
最終ジャッジ日時 2023-10-19 17:25:10
合計ジャッジ時間 5,177 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
7,772 KB
testcase_01 AC 2 ms
7,772 KB
testcase_02 AC 2 ms
7,772 KB
testcase_03 AC 7 ms
11,536 KB
testcase_04 AC 2 ms
7,772 KB
testcase_05 AC 44 ms
45,036 KB
testcase_06 AC 25 ms
28,240 KB
testcase_07 AC 2 ms
7,772 KB
testcase_08 AC 3 ms
7,772 KB
testcase_09 AC 2 ms
7,772 KB
testcase_10 AC 2 ms
7,772 KB
testcase_11 AC 3 ms
7,772 KB
testcase_12 AC 3 ms
8,036 KB
testcase_13 AC 2 ms
7,812 KB
testcase_14 AC 3 ms
7,956 KB
testcase_15 AC 3 ms
7,772 KB
testcase_16 AC 3 ms
7,780 KB
testcase_17 AC 2 ms
7,776 KB
testcase_18 AC 3 ms
7,776 KB
testcase_19 AC 7 ms
11,672 KB
testcase_20 AC 15 ms
19,488 KB
testcase_21 AC 9 ms
12,928 KB
testcase_22 AC 7 ms
11,992 KB
testcase_23 AC 11 ms
15,312 KB
testcase_24 AC 15 ms
19,488 KB
testcase_25 AC 25 ms
27,300 KB
testcase_26 AC 25 ms
27,300 KB
testcase_27 AC 6 ms
10,556 KB
testcase_28 AC 12 ms
16,208 KB
testcase_29 AC 24 ms
26,672 KB
testcase_30 AC 6 ms
11,172 KB
testcase_31 AC 20 ms
23,344 KB
testcase_32 AC 24 ms
26,944 KB
testcase_33 AC 46 ms
46,828 KB
testcase_34 AC 47 ms
46,828 KB
testcase_35 AC 42 ms
43,092 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n--,s=0;int@l,p[l];REP(i,Prime(l,p))s-=min(~l+n*p[i],0);wt(s);
0