結果
問題 | No.2530 Yellow Cards |
ユーザー | tails |
提出日時 | 2023-11-03 23:35:16 |
言語 | cLay (20240714-1) |
結果 |
TLE
|
実行時間 | - |
コード長 | 215 bytes |
コンパイル時間 | 3,016 ms |
コンパイル使用メモリ | 174,136 KB |
実行使用メモリ | 108,060 KB |
最終ジャッジ日時 | 2024-09-25 21:34:02 |
合計ジャッジ時間 | 6,499 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 87 ms
108,060 KB |
testcase_01 | AC | 88 ms
101,120 KB |
testcase_02 | AC | 87 ms
101,120 KB |
testcase_03 | AC | 87 ms
101,248 KB |
testcase_04 | AC | 84 ms
101,120 KB |
testcase_05 | AC | 83 ms
100,992 KB |
testcase_06 | AC | 91 ms
101,376 KB |
testcase_07 | TLE | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
testcase_10 | -- | - |
testcase_11 | -- | - |
testcase_12 | -- | - |
testcase_13 | -- | - |
testcase_14 | -- | - |
testcase_15 | -- | - |
testcase_16 | -- | - |
testcase_17 | -- | - |
testcase_18 | -- | - |
testcase_19 | -- | - |
testcase_20 | -- | - |
ソースコード
#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/n; d[e+1][x+1]+=d[e][x]*(n-x)/n; } } rep(x,k&1,n+1,2){ z+=d[e][x]*(n+(k-x)/2); } wt(z);