結果

問題 No.1973 Divisor Sequence
ユーザー FF256grhyFF256grhy
提出日時 2022-06-17 19:08:48
言語 cLay
(20240714-1)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 130 bytes
コンパイル時間 8,546 ms
コンパイル使用メモリ 223,428 KB
実行使用メモリ 13,640 KB
最終ジャッジ日時 2024-10-09 03:16:17
合計ジャッジ時間 9,887 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
8,448 KB
testcase_01 AC 10 ms
8,448 KB
testcase_02 AC 37 ms
12,288 KB
testcase_03 AC 11 ms
8,832 KB
testcase_04 AC 25 ms
10,624 KB
testcase_05 AC 15 ms
10,496 KB
testcase_06 AC 25 ms
11,648 KB
testcase_07 AC 13 ms
8,832 KB
testcase_08 AC 18 ms
9,984 KB
testcase_09 AC 21 ms
10,496 KB
testcase_10 AC 25 ms
10,752 KB
testcase_11 AC 12 ms
8,832 KB
testcase_12 AC 22 ms
10,880 KB
testcase_13 AC 13 ms
9,088 KB
testcase_14 AC 19 ms
9,472 KB
testcase_15 AC 30 ms
11,264 KB
testcase_16 AC 30 ms
11,904 KB
testcase_17 AC 23 ms
10,496 KB
testcase_18 AC 10 ms
8,320 KB
testcase_19 AC 27 ms
11,008 KB
testcase_20 AC 12 ms
8,832 KB
testcase_21 AC 29 ms
12,416 KB
testcase_22 AC 26 ms
11,136 KB
testcase_23 AC 48 ms
12,416 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