結果
| 問題 |
No.2596 Christmas Eve (Heuristic ver.)
|
| コンテスト | |
| ユーザー |
👑 |
| 提出日時 | 2023-12-24 14:51:27 |
| 言語 | cLay (20241019-1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 1,131 bytes |
| コンパイル時間 | 3,081 ms |
| コンパイル使用メモリ | 197,892 KB |
| 実行使用メモリ | 6,676 KB |
| スコア | 20,635 |
| 最終ジャッジ日時 | 2023-12-24 14:51:57 |
| 合計ジャッジ時間 | 29,014 ms |
|
ジャッジサーバーID (参考情報) |
judge12 / judge13 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 WA * 124 |
コンパイルメッセージ
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++;
| ^
ソースコード
#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({2N+v,2N}),e=C.end();if(s!=e)if(h<(H=h-a[4N+v]+a[4N+s->S]))O.D({h,V}),O.I({H,u,s->S,w,x}),C.D(s),C.I({a[2N+v],v});}else if(n%2){auto&[h,V]=*O.begin();auto t=C.U({2N+w,2N}),e=C.end();if(t!=e)if(h<(H=h-a[4N+w]+a[4N+t->S]))O.D({h,V}),O.I({H,u,v,t->S,x}),C.D(t),C.I({a[2N+w],w});}else if(n%4){auto&[h,V]=*O.rbegin();auto s=C.U({2N+v,2N}),e=C.end();if(s!=e)if(h>(H=h-a[4N+v]+a[4N+s->S]))O.D({h,V}),O.I({H,u,s->S,w,x}),C.D(s),C.I({a[2N+v],v});}else{auto&[h,V]=*O.rbegin();auto t=C.U({2N+w,2N}),e=C.end();if(t!=e)if(h>(H=h-a[4N+w]+a[4N+t->S]))O.D({h,V}),O.I({H,u,v,t->S,x}),C.D(t),C.I({a[2N+w],w});}}auto j=O.begin(),e=O.end();while(j!=e){auto&[h,V]=*j++;wt(u+1,v+1,w+1,x+1);}