結果

問題 No.407 鴨等素数間隔列の数え上げ
ユーザー FF256grhyFF256grhy
提出日時 2022-05-20 06:57:35
言語 cLay
(20240714-1)
結果
AC  
実行時間 48 ms / 1,000 ms
コード長 65 bytes
コンパイル時間 2,417 ms
コンパイル使用メモリ 173,368 KB
実行使用メモリ 42,624 KB
最終ジャッジ日時 2024-09-19 13:44:31
合計ジャッジ時間 4,002 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 6 ms
7,296 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 47 ms
40,832 KB
testcase_06 AC 27 ms
23,936 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 1 ms
5,376 KB
testcase_09 AC 2 ms
5,376 KB
testcase_10 AC 1 ms
5,376 KB
testcase_11 AC 2 ms
5,376 KB
testcase_12 AC 2 ms
5,376 KB
testcase_13 AC 2 ms
5,376 KB
testcase_14 AC 2 ms
5,376 KB
testcase_15 AC 2 ms
5,376 KB
testcase_16 AC 2 ms
5,376 KB
testcase_17 AC 2 ms
5,376 KB
testcase_18 AC 2 ms
5,376 KB
testcase_19 AC 6 ms
7,424 KB
testcase_20 AC 16 ms
15,232 KB
testcase_21 AC 8 ms
8,704 KB
testcase_22 AC 7 ms
7,680 KB
testcase_23 AC 11 ms
11,008 KB
testcase_24 AC 16 ms
15,104 KB
testcase_25 AC 24 ms
23,040 KB
testcase_26 AC 24 ms
23,040 KB
testcase_27 AC 5 ms
6,272 KB
testcase_28 AC 11 ms
11,904 KB
testcase_29 AC 24 ms
22,400 KB
testcase_30 AC 6 ms
6,912 KB
testcase_31 AC 21 ms
19,072 KB
testcase_32 AC 25 ms
22,784 KB
testcase_33 AC 48 ms
42,624 KB
testcase_34 AC 48 ms
42,496 KB
testcase_35 AC 44 ms
38,784 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