結果

問題 No.2230 Good Omen of White Lotus
ユーザー tailstails
提出日時 2023-02-24 22:55:11
言語 cLay
(20240714-1)
結果
AC  
実行時間 50 ms / 2,000 ms
コード長 255 bytes
コンパイル時間 7,460 ms
コンパイル使用メモリ 220,380 KB
実行使用メモリ 17,460 KB
最終ジャッジ日時 2024-09-13 05:57:55
合計ジャッジ時間 9,865 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 AC 2 ms
6,812 KB
testcase_02 AC 1 ms
6,944 KB
testcase_03 AC 2 ms
6,944 KB
testcase_04 AC 2 ms
6,944 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 2 ms
6,940 KB
testcase_08 AC 2 ms
6,944 KB
testcase_09 AC 2 ms
6,940 KB
testcase_10 AC 2 ms
6,948 KB
testcase_11 AC 2 ms
6,940 KB
testcase_12 AC 3 ms
6,940 KB
testcase_13 AC 2 ms
6,944 KB
testcase_14 AC 13 ms
10,016 KB
testcase_15 AC 1 ms
6,944 KB
testcase_16 AC 22 ms
13,484 KB
testcase_17 AC 22 ms
11,768 KB
testcase_18 AC 23 ms
13,368 KB
testcase_19 AC 22 ms
12,912 KB
testcase_20 AC 4 ms
6,940 KB
testcase_21 AC 2 ms
6,944 KB
testcase_22 AC 4 ms
6,940 KB
testcase_23 AC 4 ms
6,944 KB
testcase_24 AC 4 ms
9,680 KB
testcase_25 AC 5 ms
9,804 KB
testcase_26 AC 4 ms
7,640 KB
testcase_27 AC 31 ms
13,824 KB
testcase_28 AC 34 ms
13,696 KB
testcase_29 AC 21 ms
15,476 KB
testcase_30 AC 23 ms
11,784 KB
testcase_31 AC 32 ms
11,784 KB
testcase_32 AC 32 ms
12,720 KB
testcase_33 AC 48 ms
17,332 KB
testcase_34 AC 48 ms
17,460 KB
testcase_35 AC 48 ms
17,460 KB
testcase_36 AC 49 ms
16,540 KB
testcase_37 AC 49 ms
16,004 KB
testcase_38 AC 50 ms
15,876 KB
testcase_39 AC 48 ms
15,872 KB
testcase_40 AC 18 ms
11,372 KB
testcase_41 AC 13 ms
9,416 KB
testcase_42 AC 32 ms
14,400 KB
testcase_43 AC 5 ms
6,940 KB
testcase_44 AC 40 ms
15,484 KB
testcase_45 AC 14 ms
6,944 KB
testcase_46 AC 27 ms
11,164 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
ll@h,@w,@n,@p,x[n],y[n];
rd((x--,y--)(n));
sortA(n,y,x);
segtree_Point_Maxval<ll> t;
t.malloc(h,1);
rep(i,n){
	ll v=t.getMaxVal(0,x[i]+1);
	t.change(x[i],v+1);
}
ll z=t.getMaxVal(0,h);
wt(1-(1-Mint(1)/p)**(h+w-3-z)*(1-Mint(2)/p)**z);
0