結果

問題 No.1973 Divisor Sequence
ユーザー FF256grhyFF256grhy
提出日時 2022-06-17 19:08:48
言語 cLay
(20240104-1)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 130 bytes
コンパイル時間 9,667 ms
コンパイル使用メモリ 223,676 KB
実行使用メモリ 12,544 KB
最終ジャッジ日時 2024-04-17 09:52:10
合計ジャッジ時間 9,167 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
8,448 KB
testcase_01 AC 8 ms
8,448 KB
testcase_02 AC 30 ms
12,288 KB
testcase_03 AC 10 ms
8,832 KB
testcase_04 AC 22 ms
10,752 KB
testcase_05 AC 12 ms
10,368 KB
testcase_06 AC 23 ms
11,648 KB
testcase_07 AC 10 ms
8,960 KB
testcase_08 AC 16 ms
9,984 KB
testcase_09 AC 20 ms
10,368 KB
testcase_10 AC 23 ms
10,880 KB
testcase_11 AC 10 ms
8,832 KB
testcase_12 AC 20 ms
11,008 KB
testcase_13 AC 12 ms
9,216 KB
testcase_14 AC 17 ms
9,472 KB
testcase_15 AC 28 ms
11,136 KB
testcase_16 AC 26 ms
11,648 KB
testcase_17 AC 19 ms
10,368 KB
testcase_18 AC 9 ms
8,576 KB
testcase_19 AC 24 ms
11,136 KB
testcase_20 AC 10 ms
8,960 KB
testcase_21 AC 26 ms
12,544 KB
testcase_22 AC 24 ms
11,136 KB
testcase_23 AC 44 ms
12,288 KB
testcase_24 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@m,E[n];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