結果

問題 No.407 鴨等素数間隔列の数え上げ
ユーザー %20%20
提出日時 2018-01-12 17:14:44
言語 cLay
(20240714-1)
結果
AC  
実行時間 220 ms / 1,000 ms
コード長 101 bytes
コンパイル時間 1,905 ms
コンパイル使用メモリ 172,960 KB
実行使用メモリ 83,704 KB
最終ジャッジ日時 2024-07-05 12:55:44
合計ジャッジ時間 10,161 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 189 ms
83,676 KB
testcase_01 AC 189 ms
83,556 KB
testcase_02 AC 191 ms
83,452 KB
testcase_03 AC 192 ms
83,552 KB
testcase_04 AC 191 ms
83,568 KB
testcase_05 AC 191 ms
83,452 KB
testcase_06 AC 189 ms
83,548 KB
testcase_07 AC 194 ms
83,632 KB
testcase_08 AC 193 ms
83,524 KB
testcase_09 AC 189 ms
83,576 KB
testcase_10 AC 190 ms
83,664 KB
testcase_11 AC 189 ms
83,608 KB
testcase_12 AC 191 ms
83,612 KB
testcase_13 AC 193 ms
83,612 KB
testcase_14 AC 195 ms
83,684 KB
testcase_15 AC 195 ms
83,564 KB
testcase_16 AC 199 ms
83,660 KB
testcase_17 AC 205 ms
83,456 KB
testcase_18 AC 205 ms
83,568 KB
testcase_19 AC 199 ms
83,704 KB
testcase_20 AC 202 ms
83,452 KB
testcase_21 AC 198 ms
83,576 KB
testcase_22 AC 197 ms
83,500 KB
testcase_23 AC 202 ms
83,684 KB
testcase_24 AC 196 ms
83,640 KB
testcase_25 AC 191 ms
83,592 KB
testcase_26 AC 220 ms
83,548 KB
testcase_27 AC 220 ms
83,556 KB
testcase_28 AC 192 ms
83,516 KB
testcase_29 AC 193 ms
83,556 KB
testcase_30 AC 194 ms
83,484 KB
testcase_31 AC 198 ms
83,700 KB
testcase_32 AC 195 ms
83,404 KB
testcase_33 AC 203 ms
83,544 KB
testcase_34 AC 204 ms
83,624 KB
testcase_35 AC 195 ms
83,636 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll N,L,x,p[2d7];{rd(N,L);rep(i,2,3d3)if(!p[i])p[i*(2..1d7/i)]=1;x-=p[2..L/~-N]?0:~L+(2..)*~-N;wt(x);}
0