結果

問題 No.2665 Minimize Inversions of Deque
ユーザー 👑 p-adicp-adic
提出日時 2023-12-30 09:53:37
言語 cLay
(20240714-1)
結果
AC  
実行時間 37 ms / 2,000 ms
コード長 252 bytes
コンパイル時間 3,440 ms
コンパイル使用メモリ 178,012 KB
実行使用メモリ 14,664 KB
最終ジャッジ日時 2024-09-27 19:06:02
合計ジャッジ時間 6,237 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 14 ms
6,272 KB
testcase_02 AC 14 ms
6,400 KB
testcase_03 AC 14 ms
6,400 KB
testcase_04 AC 14 ms
6,528 KB
testcase_05 AC 13 ms
6,272 KB
testcase_06 AC 14 ms
6,400 KB
testcase_07 AC 13 ms
6,400 KB
testcase_08 AC 14 ms
6,144 KB
testcase_09 AC 14 ms
6,400 KB
testcase_10 AC 14 ms
6,400 KB
testcase_11 AC 14 ms
6,272 KB
testcase_12 AC 14 ms
6,400 KB
testcase_13 AC 14 ms
6,400 KB
testcase_14 AC 14 ms
6,272 KB
testcase_15 AC 13 ms
6,272 KB
testcase_16 AC 14 ms
6,400 KB
testcase_17 AC 14 ms
6,272 KB
testcase_18 AC 14 ms
6,272 KB
testcase_19 AC 4 ms
5,376 KB
testcase_20 AC 2 ms
5,376 KB
testcase_21 AC 2 ms
5,376 KB
testcase_22 AC 2 ms
5,376 KB
testcase_23 AC 2 ms
5,376 KB
testcase_24 AC 2 ms
5,376 KB
testcase_25 AC 2 ms
5,376 KB
testcase_26 AC 2 ms
5,376 KB
testcase_27 AC 3 ms
5,376 KB
testcase_28 AC 3 ms
5,376 KB
testcase_29 AC 2 ms
5,376 KB
testcase_30 AC 36 ms
12,672 KB
testcase_31 AC 32 ms
8,960 KB
testcase_32 AC 33 ms
9,600 KB
testcase_33 AC 35 ms
11,520 KB
testcase_34 AC 31 ms
9,412 KB
testcase_35 AC 30 ms
13,312 KB
testcase_36 AC 30 ms
14,664 KB
testcase_37 AC 31 ms
8,704 KB
testcase_38 AC 34 ms
12,100 KB
testcase_39 AC 37 ms
13,056 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@T;rep(T){ll@N,a=0;list<ll>A;fenwick<ll>t;t.malloc(N+1,1);rep(i,N){ll@P,c=t.range(0,P);if(c>i-c||A.empty()||i==2c&&A.front()<P)a+=i-c,A.push_back(P);else a+=c,A.push_front(P);t.add(P,1);}wt(a);auto j=A.begin(),e=A.end();while(j!=e)wtSp(*j++);wt("");}
0