結果

問題 No.1973 Divisor Sequence
ユーザー FF256grhyFF256grhy
提出日時 2022-06-17 19:08:17
言語 cLay
(20240714-1)
結果
AC  
実行時間 64 ms / 2,000 ms
コード長 131 bytes
コンパイル時間 8,771 ms
コンパイル使用メモリ 224,292 KB
実行使用メモリ 16,256 KB
最終ジャッジ日時 2024-10-09 03:15:58
合計ジャッジ時間 9,923 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
8,448 KB
testcase_01 AC 10 ms
8,448 KB
testcase_02 AC 37 ms
16,000 KB
testcase_03 AC 12 ms
8,832 KB
testcase_04 AC 26 ms
12,928 KB
testcase_05 AC 16 ms
12,160 KB
testcase_06 AC 28 ms
14,720 KB
testcase_07 AC 13 ms
9,472 KB
testcase_08 AC 19 ms
11,776 KB
testcase_09 AC 23 ms
12,288 KB
testcase_10 AC 26 ms
13,312 KB
testcase_11 AC 11 ms
8,960 KB
testcase_12 AC 23 ms
13,440 KB
testcase_13 AC 13 ms
9,856 KB
testcase_14 AC 19 ms
10,240 KB
testcase_15 AC 31 ms
13,824 KB
testcase_16 AC 32 ms
14,976 KB
testcase_17 AC 24 ms
12,544 KB
testcase_18 AC 11 ms
8,704 KB
testcase_19 AC 27 ms
13,824 KB
testcase_20 AC 13 ms
9,344 KB
testcase_21 AC 31 ms
16,256 KB
testcase_22 AC 29 ms
13,824 KB
testcase_23 AC 50 ms
16,256 KB
testcase_24 AC 64 ms
16,256 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@m,E[2n];Mint a=1,s;REP[E](e,Factor(m,E+n,E)){vector<Mint>x(e+1,1),y;y=x;rep(n)s=0,y[0..e]=(s+=x[e-(0..)]),x=y;a*=x[e];}wt(a);
0