結果

問題 No.738 平らな農地
ユーザー 👑 hos.lyrichos.lyric
提出日時 2019-01-27 15:04:03
言語 cLay
(20240714-1)
結果
AC  
実行時間 45 ms / 2,000 ms
コード長 406 bytes
コンパイル時間 5,810 ms
コンパイル使用メモリ 218,952 KB
実行使用メモリ 16,496 KB
最終ジャッジ日時 2024-07-05 13:19:09
合計ジャッジ時間 9,629 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
11,852 KB
testcase_01 AC 2 ms
11,724 KB
testcase_02 AC 2 ms
9,680 KB
testcase_03 AC 2 ms
9,676 KB
testcase_04 AC 2 ms
11,596 KB
testcase_05 AC 3 ms
9,836 KB
testcase_06 AC 2 ms
9,720 KB
testcase_07 AC 3 ms
9,716 KB
testcase_08 AC 3 ms
11,604 KB
testcase_09 AC 2 ms
9,688 KB
testcase_10 AC 2 ms
9,556 KB
testcase_11 AC 2 ms
11,732 KB
testcase_12 AC 3 ms
11,720 KB
testcase_13 AC 3 ms
11,720 KB
testcase_14 AC 2 ms
9,688 KB
testcase_15 AC 23 ms
14,656 KB
testcase_16 AC 23 ms
14,184 KB
testcase_17 AC 26 ms
16,224 KB
testcase_18 AC 24 ms
15,708 KB
testcase_19 AC 33 ms
16,092 KB
testcase_20 AC 23 ms
15,728 KB
testcase_21 AC 28 ms
16,012 KB
testcase_22 AC 23 ms
16,076 KB
testcase_23 AC 28 ms
14,844 KB
testcase_24 AC 29 ms
16,452 KB
testcase_25 AC 3 ms
11,860 KB
testcase_26 AC 3 ms
11,716 KB
testcase_27 AC 2 ms
9,568 KB
testcase_28 AC 2 ms
9,692 KB
testcase_29 AC 2 ms
11,724 KB
testcase_30 AC 3 ms
11,716 KB
testcase_31 AC 2 ms
11,596 KB
testcase_32 AC 2 ms
11,720 KB
testcase_33 AC 2 ms
11,728 KB
testcase_34 AC 2 ms
11,728 KB
testcase_35 AC 3 ms
9,568 KB
testcase_36 AC 3 ms
13,772 KB
testcase_37 AC 2 ms
9,692 KB
testcase_38 AC 2 ms
11,736 KB
testcase_39 AC 3 ms
11,720 KB
testcase_40 AC 2 ms
11,724 KB
testcase_41 AC 2 ms
11,856 KB
testcase_42 AC 3 ms
9,696 KB
testcase_43 AC 3 ms
9,696 KB
testcase_44 AC 1 ms
9,692 KB
testcase_45 AC 22 ms
16,072 KB
testcase_46 AC 21 ms
16,172 KB
testcase_47 AC 23 ms
14,516 KB
testcase_48 AC 21 ms
15,940 KB
testcase_49 AC 20 ms
15,888 KB
testcase_50 AC 20 ms
15,916 KB
testcase_51 AC 24 ms
15,116 KB
testcase_52 AC 21 ms
16,260 KB
testcase_53 AC 23 ms
15,776 KB
testcase_54 AC 24 ms
16,140 KB
testcase_55 AC 24 ms
16,056 KB
testcase_56 AC 23 ms
16,040 KB
testcase_57 AC 20 ms
15,956 KB
testcase_58 AC 21 ms
15,972 KB
testcase_59 AC 21 ms
16,024 KB
testcase_60 AC 20 ms
15,200 KB
testcase_61 AC 22 ms
14,796 KB
testcase_62 AC 21 ms
14,220 KB
testcase_63 AC 22 ms
14,768 KB
testcase_64 AC 23 ms
16,072 KB
testcase_65 AC 37 ms
14,312 KB
testcase_66 AC 39 ms
14,944 KB
testcase_67 AC 18 ms
14,024 KB
testcase_68 AC 19 ms
13,216 KB
testcase_69 AC 27 ms
16,496 KB
testcase_70 AC 22 ms
16,196 KB
testcase_71 AC 23 ms
12,648 KB
testcase_72 AC 22 ms
14,104 KB
testcase_73 AC 19 ms
13,060 KB
testcase_74 AC 24 ms
13,116 KB
testcase_75 AC 26 ms
16,460 KB
testcase_76 AC 21 ms
16,048 KB
testcase_77 AC 27 ms
15,912 KB
testcase_78 AC 30 ms
16,384 KB
testcase_79 AC 30 ms
15,300 KB
testcase_80 AC 25 ms
16,464 KB
testcase_81 AC 26 ms
14,980 KB
testcase_82 AC 28 ms
16,232 KB
testcase_83 AC 24 ms
14,072 KB
testcase_84 AC 24 ms
14,752 KB
testcase_85 AC 45 ms
15,136 KB
testcase_86 AC 42 ms
16,012 KB
testcase_87 AC 16 ms
16,376 KB
testcase_88 AC 15 ms
14,872 KB
testcase_89 AC 2 ms
13,640 KB
testcase_90 AC 2 ms
11,592 KB
testcase_91 AC 2 ms
11,728 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll M=1<<17,N,K,A[2d5],a[2d5],b[2d5],c[2d5],z=1d18,m;
{
  rd(N,K,A(N));
  rep(i,N)a[b[i]=i]=A[i];
  sortA(N,a,b);
  rep(i,N)c[b[i]]=i;
  fenwick<ll> f,g;f.malloc(M);f.init(M);g.malloc(M);g.init(M);
  rep(i,N){
    f.add(c[i],1);g.add(c[i],A[i]);
    if(i>=K-1){
      m=f.kth(K/2);
      z<?=g.get(M-1)-2*g.get(m)-(K-2*f.get(m))*a[m];
      f.add(c[i-K+1],-1);g.add(c[i-K+1],-A[i-K+1]);
    }
  }
  wt(z);
}
0