結果

問題 No.2596 Christmas Eve (Heuristic ver.)
ユーザー 👑 p-adic
提出日時 2023-12-24 15:35:24
言語 cLay
(20241019-1)
結果
AC  
実行時間 152 ms / 1,224 ms
コード長 1,143 bytes
コンパイル時間 3,169 ms
コンパイル使用メモリ 197,848 KB
実行使用メモリ 6,676 KB
スコア 2,785,679
最終ジャッジ日時 2023-12-24 15:35:57
合計ジャッジ時間 30,557 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 125
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:261:12: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  261 |       auto&[h,V]=*O.begin();
      |            ^
main.cpp:274:12: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  274 |       auto&[h,V]=*O.begin();
      |            ^
main.cpp:287:12: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  287 |       auto&[h,V]=*O.rbegin();
      |            ^
main.cpp:300:12: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  300 |       auto&[h,V]=*O.rbegin();
      |            ^
main.cpp:316:10: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  316 |     auto&[h,V]=*j++;
      |          ^

ソースコード

diff #

#define I insert
#define D erase
#define S second
#define V u,v,w,x
#define U upper_bound
ll@N,@K,@a[8N],H;set<pair<ll,ll>>A,C,E;rep(i,N)A.I({a[i],i}),C.I({a[2N+2i],2i}),C.I({a[2N+2i+1],2i+1}),E.I({a[6N+i],i});set<tuple<ll,ll,ll,ll,ll>>O;rep(K){auto x=E.begin(),u=A.U({x->first,N}),w=C.U({u->first,2N}),v=w++;O.I({a[N+u->S]+a[4N+v->S]+a[4N+w->S]+a[7N+x->S],u->S,v->S,w->S,x->S});A.D(u),C.D(v),C.D(w),E.D(x);}REP(n,1d7){if(n%4>2){auto&[h,V]=*O.begin();auto s=C.U({a[2N+v],2N}),e=C.end();if(s!=e)if(h<(H=h-a[4N+v]+a[4N+s->S]))O.I({H,u,s->S,w,x}),C.I({a[2N+v],v}),O.D({h,V}),C.D(s);}else if(n%2){auto&[h,V]=*O.begin();auto t=C.U({a[2N+w],2N}),e=C.end();if(t!=e)if(h<(H=h-a[4N+w]+a[4N+t->S]))O.I({H,u,v,t->S,x}),C.I({a[2N+w],w}),O.D({h,V}),C.D(t);}else if(n%4){auto&[h,V]=*O.rbegin();auto s=C.U({a[2N+v],2N}),e=C.end();if(s!=e)if(h>(H=h-a[4N+v]+a[4N+s->S]))O.I({H,u,s->S,w,x}),C.I({a[2N+v],v}),O.D({h,V}),C.D(s);}else{auto&[h,V]=*O.rbegin();auto t=C.U({a[2N+w],2N}),e=C.end();if(t!=e)if(h>(H=h-a[4N+w]+a[4N+t->S]))O.I({H,u,v,t->S,x}),C.I({a[2N+w],w}),O.D({h,V}),C.D(t);}}auto j=O.begin(),e=O.end();while(j!=e){auto&[h,V]=*j++;wt(u+1,v+1,w+1,x+1);}
0