結果

問題 No.2528 pop_(backfront or not)
ユーザー 👑 p-adicp-adic
提出日時 2023-11-04 01:33:20
言語 cLay
(20240714-1)
結果
AC  
実行時間 119 ms / 2,000 ms
コード長 183 bytes
コンパイル時間 2,331 ms
コンパイル使用メモリ 175,128 KB
実行使用メモリ 65,920 KB
最終ジャッジ日時 2024-09-25 21:48:20
合計ジャッジ時間 3,656 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 2 ms
6,940 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 2 ms
6,940 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 3 ms
6,940 KB
testcase_08 AC 4 ms
6,944 KB
testcase_09 AC 10 ms
8,192 KB
testcase_10 AC 31 ms
18,816 KB
testcase_11 AC 32 ms
19,968 KB
testcase_12 AC 49 ms
27,264 KB
testcase_13 AC 53 ms
29,696 KB
testcase_14 AC 66 ms
36,096 KB
testcase_15 AC 98 ms
54,272 KB
testcase_16 AC 118 ms
65,792 KB
testcase_17 AC 117 ms
65,920 KB
testcase_18 AC 119 ms
65,920 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
ll@N,L=2N+1;Mint A[L][L]{{1}},z=0;REP(i,2N)REP(j,L-i-2)A[i+1][j+1]=A[i][j]*(i*j+1)+(i?i*(i-1)/2*A[i-1][j+1]:z)+(j?j*(j-1)/2*A[i+1][j-1]:z);rep(i,L)wt(A[i][2N-i]);
0