結果

問題 No.2530 Yellow Cards
ユーザー tailstails
提出日時 2023-11-03 23:39:29
言語 cLay
(20240714-1)
結果
AC  
実行時間 200 ms / 2,000 ms
コード長 222 bytes
コンパイル時間 3,064 ms
コンパイル使用メモリ 174,520 KB
実行使用メモリ 101,248 KB
最終ジャッジ日時 2024-09-25 21:34:48
合計ジャッジ時間 7,023 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 91 ms
101,120 KB
testcase_01 AC 91 ms
101,120 KB
testcase_02 AC 91 ms
101,120 KB
testcase_03 AC 90 ms
100,992 KB
testcase_04 AC 90 ms
100,992 KB
testcase_05 AC 90 ms
101,120 KB
testcase_06 AC 90 ms
101,120 KB
testcase_07 AC 196 ms
101,120 KB
testcase_08 AC 200 ms
101,120 KB
testcase_09 AC 197 ms
101,120 KB
testcase_10 AC 197 ms
100,992 KB
testcase_11 AC 196 ms
101,120 KB
testcase_12 AC 196 ms
101,120 KB
testcase_13 AC 196 ms
100,992 KB
testcase_14 AC 169 ms
100,992 KB
testcase_15 AC 138 ms
101,120 KB
testcase_16 AC 138 ms
100,992 KB
testcase_17 AC 171 ms
101,120 KB
testcase_18 AC 122 ms
101,248 KB
testcase_19 AC 99 ms
100,992 KB
testcase_20 AC 102 ms
100,992 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
Mint d[5001][5002],z;
d[0][0]=1;
ll@n,@k;
rep(e,k){
	rep(x,e&1,n+1,2){
		if(x) d[e+1][x-1]+=d[e][x]*x;
		d[e+1][x+1]+=d[e][x]*(n-x);
	}
}
rep(x,k&1,n+1,2){
	z+=d[e][x]*((k-x)/2);
}
wt(z/Mint(n)**k+n);
0