結果

問題 No.2615 ペアの作り方
ユーザー tailstails
提出日時 2024-01-26 21:46:16
言語 cLay
(20240714-1)
結果
AC  
実行時間 12 ms / 2,000 ms
コード長 121 bytes
コンパイル時間 8,025 ms
コンパイル使用メモリ 213,284 KB
実行使用メモリ 10,228 KB
最終ジャッジ日時 2024-09-28 07:58:18
合計ジャッジ時間 9,184 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 AC 2 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 1 ms
6,944 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 2 ms
6,940 KB
testcase_08 AC 1 ms
6,948 KB
testcase_09 AC 2 ms
6,944 KB
testcase_10 AC 2 ms
6,940 KB
testcase_11 AC 1 ms
6,940 KB
testcase_12 AC 2 ms
6,940 KB
testcase_13 AC 1 ms
6,940 KB
testcase_14 AC 2 ms
6,940 KB
testcase_15 AC 12 ms
7,552 KB
testcase_16 AC 11 ms
9,936 KB
testcase_17 AC 12 ms
8,772 KB
testcase_18 AC 11 ms
8,904 KB
testcase_19 AC 11 ms
9,316 KB
testcase_20 AC 11 ms
10,228 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
Comb<Mint>c;ll@n,@x[n],@y[n],a=0;sortA(n,x);rsortA(n,y);a+=x[0..n-1]<y[0..];wt(c.fac(a)*c.fac(n-a));
0