結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
8,448 KB
testcase_01 AC 8 ms
8,448 KB
testcase_02 AC 32 ms
16,256 KB
testcase_03 AC 9 ms
9,088 KB
testcase_04 AC 22 ms
12,928 KB
testcase_05 AC 13 ms
12,160 KB
testcase_06 AC 24 ms
14,592 KB
testcase_07 AC 12 ms
9,344 KB
testcase_08 AC 18 ms
11,776 KB
testcase_09 AC 21 ms
12,288 KB
testcase_10 AC 24 ms
13,312 KB
testcase_11 AC 10 ms
9,088 KB
testcase_12 AC 22 ms
13,568 KB
testcase_13 AC 12 ms
9,856 KB
testcase_14 AC 18 ms
10,496 KB
testcase_15 AC 30 ms
13,696 KB
testcase_16 AC 31 ms
14,976 KB
testcase_17 AC 24 ms
12,544 KB
testcase_18 AC 10 ms
8,704 KB
testcase_19 AC 27 ms
13,824 KB
testcase_20 AC 12 ms
9,216 KB
testcase_21 AC 31 ms
16,256 KB
testcase_22 AC 27 ms
13,824 KB
testcase_23 AC 47 ms
16,128 KB
testcase_24 AC 58 ms
16,128 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