結果

問題 No.2957 Combo Deck Builder
ユーザー 👑 p-adicp-adic
提出日時 2024-10-25 10:52:42
言語 cLay
(20240714-1)
結果
AC  
実行時間 136 ms / 1,000 ms
コード長 230 bytes
コンパイル時間 2,329 ms
コンパイル使用メモリ 181,296 KB
実行使用メモリ 23,476 KB
最終ジャッジ日時 2024-10-30 18:39:10
合計ジャッジ時間 7,486 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 2 ms
6,816 KB
testcase_02 AC 1 ms
6,820 KB
testcase_03 AC 1 ms
6,816 KB
testcase_04 AC 1 ms
6,816 KB
testcase_05 AC 1 ms
6,820 KB
testcase_06 AC 95 ms
18,688 KB
testcase_07 AC 96 ms
18,688 KB
testcase_08 AC 96 ms
18,816 KB
testcase_09 AC 98 ms
18,560 KB
testcase_10 AC 91 ms
18,304 KB
testcase_11 AC 95 ms
18,432 KB
testcase_12 AC 92 ms
18,432 KB
testcase_13 AC 96 ms
18,432 KB
testcase_14 AC 54 ms
15,232 KB
testcase_15 AC 54 ms
15,232 KB
testcase_16 AC 55 ms
15,104 KB
testcase_17 AC 56 ms
15,360 KB
testcase_18 AC 55 ms
15,104 KB
testcase_19 AC 55 ms
15,232 KB
testcase_20 AC 54 ms
15,104 KB
testcase_21 AC 55 ms
14,976 KB
testcase_22 AC 54 ms
15,232 KB
testcase_23 AC 54 ms
15,104 KB
testcase_24 AC 53 ms
15,232 KB
testcase_25 AC 54 ms
15,104 KB
testcase_26 AC 86 ms
17,536 KB
testcase_27 AC 88 ms
17,792 KB
testcase_28 AC 92 ms
17,792 KB
testcase_29 AC 87 ms
17,792 KB
testcase_30 AC 27 ms
14,572 KB
testcase_31 AC 25 ms
14,560 KB
testcase_32 AC 136 ms
23,472 KB
testcase_33 AC 135 ms
23,476 KB
testcase_34 AC 86 ms
17,408 KB
testcase_35 AC 89 ms
17,664 KB
testcase_36 AC 2 ms
6,816 KB
testcase_37 AC 1 ms
6,816 KB
testcase_38 AC 2 ms
6,820 KB
testcase_39 AC 1 ms
6,820 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,a=0;VI A[2][N+1];rep(N){ll@(C,X,Y);if(X<Y)a+=X,A[0][N-C].push_back(Y-X);else a+=Y,A[1][C].push_back(X-Y);}rep[A](t,2){multiset<ll>s{};rep(c,N){for(ll x:t[c])s.insert(x);if(s.size()){auto i=--s.end();a+=*i,s.erase(i);}}}wt(a);
0