QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#455670 | #1225. 序列 | SimonLJK | 0 | 567ms | 22896kb | C++14 | 2.2kb | 2024-06-26 17:37:34 | 2024-06-26 17:37:35 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
const ll inf=1e12;
const int N=2e5+99;
ll n,k,m,a[N],b[N];
int visa[N],visb[N];
priority_queue<pair<ll,int> > pqa,pqb,pq,la,lb;
void dela(int id){
if(!visb[id]) lb.push(make_pair(b[id],id));
}
void delb(int id){
if(!visa[id]) la.push(make_pair(a[id],id));
}
void go_work(){
memset(visa,0,sizeof(visa));
memset(visb,0,sizeof(visb));
for(int i=1;i<=n;i++)
pqa.push(make_pair(a[i],i)),pqb.push(make_pair(b[i],i)),pq.push(make_pair(a[i]+b[i],i));
pqa.push(make_pair(-inf,0)); pqb.push(make_pair(-inf,0)); pq.push(make_pair(-inf,0));
la.push(make_pair(-inf,0)); lb.push(make_pair(-inf,0));
ll ans=0;
while(k--){
while(visa[pq.top().second]||visb[pq.top().second]) pq.pop();
while(visa[pqa.top().second]) pqa.pop();
while(visb[pqb.top().second]) pqb.pop();
while(visa[la.top().second]) la.pop();
while(visb[lb.top().second]) lb.pop();
ll mx=0,tp=0;
if(m&&pqa.top().first+pqb.top().first>mx)
mx=pqa.top().first+pqb.top().first,tp=1;
if(pq.top().first>=mx)
mx=pq.top().first,tp=2;
if(pqa.top().first+lb.top().first>mx)
mx=pqa.top().first+lb.top().first,tp=3;
if(pqb.top().first+la.top().first>mx)
mx=pqb.top().first+la.top().first,tp=4;
if(la.top().first+lb.top().first>=mx)
mx=la.top().first+lb.top().first;
ans+=mx;
if(tp==1) m--,visa[pqa.top().second]=visb[pqb.top().second]=1,dela(pqa.top().second),delb(pqb.top().second);
if(tp==2) visa[pq.top().second]=visb[pq.top().second]=1;
if(tp==3) visa[pqa.top().second]=visb[lb.top().second]=1,dela(pqa.top().second);
if(tp==4) visb[pqb.top().second]=visa[la.top().second]=1,delb(pqb.top().second);
if(tp==5) m++,visa[la.top().second]=visb[lb.top().second];
}
while(!pq.empty()) pq.pop();
while(!pqa.empty()) pqa.pop();
while(!pqb.empty()) pqb.pop();
while(!la.empty()) la.pop();
while(!lb.empty()) lb.pop();
cout<<ans<<'\n';
return;
}
void solve(){
cin>>n>>k>>m;
for(int i=1;i<=n;i++) cin>>a[i];
for(int i=1;i<=n;i++) cin>>b[i];
go_work();
return;
}
int main(){
// freopen("sequence.in","r",stdin);
// freopen("sequence.out","w",stdout);
std::ios::sync_with_stdio(false);
cin.tie(0);
int T; cin>>T;
while(T--) solve();
return 0;
}
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 6636kb
input:
10 5 2 1 965603156 594151484 137421888 511721918 163053182 239833925 530765178 939584446 407283748 456390712 6 3 1 563597651 744310197 650756091 459159791 905965537 501095539 436402349 255689803 349243909 650771685 210810349 498904461 5 2 1 22583989 839924760 708231676 112954530 76654839 903218601 4...
output:
3030104264 3556737222 2863125946 1423235042 3956145379 1159081424 4656472768 2528592067 1416465046 2987648361
result:
wrong answer 2nd lines differ - expected: '3799951880', found: '3556737222'
Test #2:
score: 0
Wrong Answer
time: 2ms
memory: 8096kb
input:
10 10 5 3 616184425 976452539 761981097 695457891 763840505 968348264 566556887 265617181 58911367 482603223 45532958 653449971 782683026 193186869 888757559 333111221 3349873 784911610 686154761 121266222 9 5 3 330072780 326255202 80272705 125430104 102075855 828287907 235531636 70735517 750894981 ...
output:
7962037223 6552073731 6881604360 6203444491 6575787866 6920566593 7315277114 6548991173 6376238030 7095369144
result:
wrong answer 3rd lines differ - expected: '6453906018', found: '6881604360'
Test #3:
score: 0
Wrong Answer
time: 1ms
memory: 7264kb
input:
10 10 5 3 649845555 72720877 993419727 263881028 305586400 288643288 156388276 319379522 438816973 290855311 323296929 488918848 327687849 567259099 592784910 455296335 92089934 998566774 10383678 686621630 10 5 2 923267213 304913474 971262391 726541470 800369439 689021980 170326210 806899275 785571...
output:
6041199438 6765835405 6535311757 7504345413 6923400251 7620062635 5963144832 7215176262 7081909406 6308829190
result:
wrong answer 1st lines differ - expected: '5893237776', found: '6041199438'
Test #4:
score: 0
Wrong Answer
time: 1ms
memory: 7128kb
input:
10 13 6 4 744504845 465640191 742840710 749591534 637106834 466615185 647043521 944195299 920660760 960803731 426930320 50760325 12131990 225882700 951214848 386981596 702206249 810845170 935921878 400748831 607597330 988515464 24365757 138049895 515479818 75862154 14 8 6 364916038 799465121 8508562...
output:
10058897818 9863919974 10577687024 7369185035 11448696890 9417362570 20900000001 8388585859 8227511099 9033117224
result:
wrong answer 1st lines differ - expected: '9953163942', found: '10058897818'
Test #5:
score: 0
Wrong Answer
time: 1ms
memory: 6676kb
input:
10 17 9 4 962764835 362315292 13630273 999056368 593113392 316684021 270366369 524750 436266826 546825314 542769251 968051293 902487850 313550766 352444767 496012551 500025800 60260534 781741754 950862833 380833506 868207510 897502587 711134091 415405 597366363 63217028 308470194 650657391 994150629...
output:
13146107085 17096374345 13381912712 28900000001 11628228801 11612188254 12364112769 14058259647 11341667465 10474470658
result:
wrong answer 1st lines differ - expected: '13343563318', found: '13146107085'
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 7256kb
input:
10 23 13 11 217763594 448293943 60749904 638025617 986118931 904063126 914129023 730064931 652601925 160932317 158612763 421349034 509829433 856377654 376806108 245065327 84696262 821570570 373731004 277363452 457843207 727961601 799920628 47231952 46728198 195523551 999942121 69962028 387752080 609...
output:
17101693623 12600888400 15608500296 13973679211 16783392810 26900000006 17008438933 13501299789 16868819593 16554908888
result:
wrong answer 1st lines differ - expected: '16473214307', found: '17101693623'
Test #7:
score: 0
Wrong Answer
time: 1ms
memory: 6600kb
input:
10 30 22 15 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 999999999 999999999 999999999 500000000 500000000 500000000 900000000 500000000 500000001 500000001 500000001 1 1 1 1 10000...
output:
38900000006 21093288526 19420891437 18986290279 20067896467 20207075223 24485813762 23090685408 22376603784 23640387032
result:
wrong answer 2nd lines differ - expected: '21390894969', found: '21093288526'
Test #8:
score: 0
Wrong Answer
time: 2ms
memory: 7036kb
input:
10 90 52 47 919368836 898778007 155887555 418878350 296550352 412039356 10081056 643649003 923665904 379222505 392431293 917794821 416595148 505987222 812625571 50883444 100534926 328861309 254382363 530073617 388652958 832571799 835963054 801123318 526081190 810560540 903286821 299049339 550657678 ...
output:
71767100659 61534810719 61986812719 69726593627 51824050248 47167943487 74648213660 70509926278 68007076262 120900000016
result:
wrong answer 1st lines differ - expected: '68468885389', found: '71767100659'
Test #9:
score: 0
Wrong Answer
time: 2ms
memory: 6308kb
input:
10 150 76 15 430001693 909102825 25930110 730304321 231817785 675369349 562583012 897811860 207898441 843807802 962609870 284926499 599226773 914830209 279610145 879706032 105520474 292243845 254424352 638565660 925816753 309283301 337162309 292480574 987028494 581015653 455317385 767145294 27608924...
output:
94147103697 99376817713 120206407423 119180588336 152900000044 114964555301 126960909325 126046876978 116117593339 106475601223
result:
wrong answer 1st lines differ - expected: '113037522748', found: '94147103697'
Test #10:
score: 0
Wrong Answer
time: 2ms
memory: 7872kb
input:
10 150 87 57 988378168 76630186 134239432 445733378 391458284 627828766 546901084 165369589 481361775 6251876 986127782 654205865 176693026 418690539 387857449 367314096 449963429 130488676 914618788 394172633 13636057 534370754 587481113 596003126 971380448 338996019 947778506 969298713 103340570 1...
output:
121632370140 121242565322 122336455894 120622440918 114740049184 122007168975 117799904685 103469229525 138900000034 124254855301
result:
wrong answer 1st lines differ - expected: '121540737758', found: '121632370140'
Test #11:
score: 0
Wrong Answer
time: 0ms
memory: 7124kb
input:
10 600 312 114 579483035 989149124 512631787 219742074 208722697 309189432 194502593 256303936 212082432 673890067 213083236 607797967 912453955 483719456 984766662 649314678 928077207 761899468 382974247 949207927 423527297 559663178 773405417 176739655 82027052 157380043 185700403 184679544 462411...
output:
422628812474 382029336873 499222879438 453460735994 469833790225 462305133125 456664481336 744900000161 463318258863 405256828178
result:
wrong answer 1st lines differ - expected: '457495345535', found: '422628812474'
Test #12:
score: 0
Wrong Answer
time: 7ms
memory: 7128kb
input:
10 1500 787 531 11566933 803713562 768699001 834998150 449099974 423238333 843886747 603244709 647696567 688772974 862546669 763633618 269636808 569545221 200213253 22224806 602725364 179497202 139813991 944257259 985125101 912487992 340919109 982707730 28240001 135241300 995845260 194095903 6416302...
output:
1161664075899 1188669945335 1128699319881 1632900000486 1193219911283 1126437051796 1015077212243 1175836109203 1094280380295 892099388465
result:
wrong answer 1st lines differ - expected: '1050028961662', found: '1161664075899'
Test #13:
score: 0
Wrong Answer
time: 9ms
memory: 7116kb
input:
10 2000 1157 368 296531338 709434921 911761453 474324740 102930264 305301471 525862850 128492824 773085090 992587216 716931224 893253957 126480487 89754272 391511679 336369662 183798748 693797835 281173678 418991426 551814429 505061648 467519975 995172261 941365074 537978940 504269024 307169323 7401...
output:
1525116069238 1360409557507 1467648633554 1604852461218 1536236714139 2536900000521 1529862219258 1515950107135 1510224871802 1500301427605
result:
wrong answer 1st lines differ - expected: '1673192654791', found: '1525116069238'
Test #14:
score: 0
Wrong Answer
time: 9ms
memory: 7048kb
input:
10 2000 1180 855 862862449 460005242 23632600 510996210 209285804 573896772 133861214 395787356 936104691 902469115 244732037 107849778 256192194 262398187 413442667 377450848 755503319 55399586 760234605 905957395 920924973 357872620 590163240 555028408 22558979 122176215 49321081 664637180 4222225...
output:
1672711503032 1621238784544 1568519041129 1363084884433 1441213447089 1976900000554 1704618830849 1430494600455 1628398392239 1337769640120
result:
wrong answer 1st lines differ - expected: '1659742997845', found: '1672711503032'
Test #15:
score: 0
Wrong Answer
time: 9ms
memory: 7948kb
input:
10 2000 1180 855 862862449 460005242 23632600 510996210 209285804 573896772 133861214 395787356 936104691 902469115 244732037 107849778 256192194 262398187 413442667 377450848 755503319 55399586 760234605 905957395 920924973 357872620 590163240 555028408 22558979 122176215 49321081 664637180 4222225...
output:
1672711503032 1621238784544 1568519041129 1363084884433 1441213447089 1976900000554 1704618830849 1430494600455 1628398392239 1337769640120
result:
wrong answer 1st lines differ - expected: '1659742997845', found: '1672711503032'
Test #16:
score: 0
Wrong Answer
time: 9ms
memory: 7268kb
input:
10 2000 1171 871 120073009 778537945 587664391 649676281 410037533 623708099 161304083 866841664 624743933 47402288 800110565 365139332 190733638 584979941 701919379 655108396 751103918 15216360 77581937 222879707 929171241 771878525 294893845 962127736 791611627 369749546 718832980 524658470 673692...
output:
1638934912361 1516312352093 1272498976253 1493639817733 1215197266450 1274428987971 1681019403272 1571301060900 1664699139991 1932900000523
result:
wrong answer 1st lines differ - expected: '1619326682849', found: '1638934912361'
Test #17:
score: 0
Wrong Answer
time: 47ms
memory: 7632kb
input:
10 10000 5591 4785 631794873 36811505 570329778 409542253 296452559 537054330 808194551 868054763 206138249 456846664 881959381 676849993 246372766 420080479 873371039 976331563 151552770 720314373 636522986 809011062 894388203 987446718 73409676 95493711 24934348 667048527 833891482 451312922 71336...
output:
8007188890195 7708666450095 8024408534922 6008892110388 8137417179987 8448514640839 6463663421568 8386900000921 8326122110730 8507833442395
result:
wrong answer 1st lines differ - expected: '7699112650565', found: '8007188890195'
Test #18:
score: 0
Wrong Answer
time: 73ms
memory: 10516kb
input:
10 20000 11109 2227 343343837 892638556 247682475 476492414 324732966 726184769 828172147 712193248 165590797 615976657 954555515 838985579 841602960 981985967 517003091 274061833 178269518 989341468 197254037 700770745 558684218 410995432 448965583 304524068 795893638 365991769 827684611 401995348 ...
output:
13808505591241 8241788625408 7742526048605 15794821823227 6526442966531 7516457185174 37966583672119 13146900002446 7015168859291 7341826304312
result:
wrong answer 1st lines differ - expected: '16319932459199', found: '13808505591241'
Test #19:
score: 0
Wrong Answer
time: 164ms
memory: 22896kb
input:
10 10000 5552 3641 958190609 297888815 681846063 827829258 972141798 92450439 625625860 676130749 505822860 891850810 482201140 10221949 999332582 888512125 381527106 205316640 14283035 312085957 34447350 192351163 947059598 515357639 666788690 808546722 933619173 291237753 847403934 470035563 42726...
output:
8007184364557 7598945037643 6951479503974 8750900001519 7646400978408 169849316835000 7897070599406 7713079287073 7557585032088 7801026531934
result:
wrong answer 1st lines differ - expected: '7975683141306', found: '8007184364557'
Test #20:
score: 0
Wrong Answer
time: 172ms
memory: 22108kb
input:
10 1000 586 421 809462471 649085888 680301237 799124096 564972585 484214631 575760742 177122762 589185011 802971266 235012892 200265837 208383600 428760812 126983745 724286052 164889127 522357949 784432509 883653094 989081058 593836623 228055482 303203693 995938475 637777977 459851296 678684081 4204...
output:
808378256319 797501442766 823372218306 49200900013714 771384924847 737744174673 158052208464364 28255296031089 741946706186 3132613502832
result:
wrong answer 1st lines differ - expected: '801834838857', found: '808378256319'
Test #21:
score: 0
Wrong Answer
time: 172ms
memory: 20400kb
input:
10 1000 523 318 767380751 841060657 606544357 30866903 762244472 103448834 160215738 529713012 771063132 247518450 898729046 642653381 61774435 819254330 168266882 77640994 158906486 880754259 666010951 976432677 561649599 348698869 620804334 13659557 228716711 132093466 915566593 243024829 37615816...
output:
756031672603 781146397540 673050789252 10094900002924 743010336392 163663738183810 801509061651 51028407865512 701956143015 3227655920039
result:
wrong answer 1st lines differ - expected: '754607364301', found: '756031672603'
Test #22:
score: 0
Wrong Answer
time: 365ms
memory: 20212kb
input:
10 50000 27143 10544 534146034 962255176 106431813 478751291 729001096 401047848 549698618 927169831 532541988 50007740 914686927 165699410 462469729 527454778 726929 857589681 470965749 458179398 991162524 130725179 561249144 377232867 161134992 832697335 970250995 382731142 902143349 900327790 180...
output:
36874726904087 40386482803530 40736075883942 162790646659550 38529379778226 41772025962574 40221112357047 65720900012241 41583638208519 41576602199928
result:
wrong answer 1st lines differ - expected: '39214961764496', found: '36874726904087'
Test #23:
score: 0
Wrong Answer
time: 382ms
memory: 20492kb
input:
10 200000 140487 80975 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 10...
output:
233364900059511 158825858599215 37353872953803 30297560992827 7455967479746 7270655918506 140266043377629 7628410305570 8204895273739 3990518442
result:
wrong answer 2nd lines differ - expected: '158370092256571', found: '158825858599215'
Test #24:
score: 0
Wrong Answer
time: 567ms
memory: 21108kb
input:
10 100000 54662 30043 385571789 357043330 345092198 445042298 267544251 643919947 724763377 513274307 329395489 372439525 656954840 557207399 154589846 610232115 229679695 543270634 319600621 257403228 134011595 583885585 360780603 826309827 304011010 731094498 756386775 776863503 721461223 74609577...
output:
79283825125069 16350668636954 123647196175582 19846900005604 160862346634980 16592383986733 152720845357784 12899721033613 16107872581277 150683906128185
result:
wrong answer 1st lines differ - expected: '79429549473790', found: '79283825125069'
Test #25:
score: 0
Wrong Answer
time: 526ms
memory: 21072kb
input:
10 100000 51610 9243 334561204 539786866 556522749 640980766 501115470 911646373 617279715 665143741 340182338 348741431 27578859 564229352 94174942 395730829 235026756 888277878 286985326 295994628 256005531 784641265 880744694 635817779 389589926 928391256 980879641 896015409 730215453 735549866 9...
output:
63730597325501 16427421634525 139386604566330 165770666565345 15994532351580 15862567681703 14651153643181 16895760165696 184630900046164 163354882152023
result:
wrong answer 1st lines differ - expected: '77532349332131', found: '63730597325501'