QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#504294#6667. ProsjekCrysfly16 2429ms27264kbC++171.5kb2024-08-04 11:35:422024-08-04 11:35:44

Judging History

你现在查看的是最新测评结果

  • [2024-08-04 11:35:44]
  • 评测
  • 测评结果:16
  • 用时:2429ms
  • 内存:27264kb
  • [2024-08-04 11:35:42]
  • 提交

answer

// what is matter? never mind. 
//#pragma GCC optimize("Ofast")
//#pragma GCC optimize("unroll-loops")
//#pragma GCC target("sse,sse2,sse3,sse4,popcnt,abm,mmx,avx,avx2") 
#include<bits/stdc++.h>
#define For(i,a,b) for(int i=(a);i<=(b);++i)
#define Rep(i,a,b) for(int i=(a);i>=(b);--i)
#define ll long long
#define int long long
#define ull unsigned long long
#define SZ(x) ((int)((x).size()))
#define ALL(x) (x).begin(),(x).end()
using namespace std;
inline int read()
{
    char c=getchar();int x=0;bool f=0;
    for(;!isdigit(c);c=getchar())f^=!(c^45);
    for(;isdigit(c);c=getchar())x=(x<<1)+(x<<3)+(c^48);
    if(f)x=-x;return x;
}

#define fi first
#define se second
#define pb push_back
#define mkp make_pair
typedef pair<int,int>pii;
typedef vector<int>vi;

#define maxn 1000006
#define inf 0x3f3f3f3f

int n,a[maxn];
vi t[2];

mt19937_64 rnd(time(0));

bool solve(){
	vector<pii>res;
	while(t[0].size()+t[1].size()>1){
		if(SZ(t[0])==1 && SZ(t[1])==1) return 0;
		int o=rnd()&1;
		For(i,0,1)
			if(SZ(t[o^i])>1){
				int a=t[o^i].back(); t[o^i].pop_back();
				int b=t[o^i].back(); t[o^i].pop_back();
				res.pb(mkp(a,b));
				a=(a+b)/2;
				t[a&1].pb(a);
			}
	}
	for(auto [x,y]:res) cout<<x<<" "<<y<<"\n";
	return 1;
}

void work()
{
	n=read();
	For(i,1,n)a[i]=read();
	For(_,1,5000){
		For(i,0,1) t[i].clear();
		For(i,1,n) t[a[i]&1].pb(a[i]);
		if(solve()){
			return;
		}
		shuffle(a+1,a+n+1,rnd);
	}
	puts("-1");
}

signed main()
{
	int T=read();
	while(T--)work();
	return 0;
}

/*
*/

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 9
Accepted
time: 3ms
memory: 3864kb

input:

99
4
739880851158065302 19206582949872932 883064254701115295 222072661880779376
7
148399819461615003 209088712310207988 53191076581680214 445068618251612752 230505279594622109 115754892157516718 804173775829453588
2
77979357045500669 41693388829622019
3
341612949433488278 609808714829036935 19994167...

output:

739880851158065302 19206582949872932
379543717053969117 883064254701115295
631303985877542206 222072661880779376
804173775829453588 115754892157516718
459964333993485153 230505279594622109
445068618251612752 53191076581680214
249129847416646483 345234806794053631
297182327105350057 14839981946161500...

result:

ok correct (99 test cases)

Test #2:

score: 9
Accepted
time: 4ms
memory: 3656kb

input:

94
4
522567009208273608 11643656493074325 186427311250002481 123849906165842189
5
106161059262489233 415343718607892434 327977047389442178 962072443749424073 442437950417792236
2
183203550209212188 845051373320458660
4
438596026703410712 750951289026921248 112070483603621346 883810241305765624
4
145...

output:

123849906165842189 186427311250002481
155138608707922335 11643656493074325
83391132600498330 522567009208273608
962072443749424073 106161059262489233
442437950417792236 327977047389442178
385207498903617207 534116751505956653
459662125204786930 415343718607892434
845051373320458660 18320355020921218...

result:

ok correct (94 test cases)

Test #3:

score: 9
Accepted
time: 5ms
memory: 3668kb

input:

100
6
992926089095812859 592566222682195905 851047547791588090 117812034990980493 287668656568989067 500497313856354147
5
422579495815431679 738445394838743009 952584027249447301 804094328392164866 131591678779711861
6
671044256239146581 730689616081395646 623998023808544596 817401707748253055 55805...

output:

500497313856354147 287668656568989067
394082985212671607 117812034990980493
255947510101826050 851047547791588090
592566222682195905 992926089095812859
792746155889004382 553497528946707070
738445394838743009 422579495815431679
580512445327087344 804094328392164866
692303386859626105 952584027249447...

result:

ok correct (100 test cases)

Test #4:

score: 0
Wrong Answer
time: 5ms
memory: 3656kb

input:

100
3
3 3 2
3
4 1 1
4
1 3 4 4
6
4 4 2 3 1 2
4
0 2 1 4
3
0 2 0
7
3 3 1 1 3 4 0
2
0 4
4
1 4 2 3
7
4 0 0 3 2 3 4
4
4 2 0 3
7
0 2 2 1 4 2 4
7
3 0 3 1 2 0 3
4
4 3 1 4
6
2 3 0 1 3 4
5
1 4 0 3 4
5
4 2 0 4 2
3
0 1 2
6
4 1 4 2 0 4
7
4 2 4 3 1 3 1
4
1 4 4 0
2
1 1
6
0 3 3 0 0 4
7
4 3 0 3 3 3 4
4
4 1 1 3
6
2 0 ...

output:

-1
-1
4 4
3 1
2 4
3 1
2 4
2 2
2 4
3 3
4 2
3 1
2 0
0 0
0 2
4 0
3 1
3 3
2 2
3 1
2 2
4 0
2 4
3 3
3 1
3 3
4 4
4 0
2 0
1 3
2 2
0 2
1 3
2 4
4 2
3 1
2 4
2 2
2 0
1 3
3 1
2 0
1 3
2 2
2 0
1 3
4 4
1 3
2 4
3 1
2 4
3 3
0 2
1 3
4 0
3 1
2 2
2 4
2 4
0 2
1 3
2 4
2 0
1 1
4 0
2 2
2 4
3 1
2 4
3 3
4 4
3 1
2 4
3 1
2 2
0 ...

result:

wrong answer you didn't find a solution but jury did (test case 28)

Subtask #2:

score: 0
Wrong Answer

Test #16:

score: 0
Wrong Answer
time: 5ms
memory: 3640kb

input:

100
3
3 3 2
3
4 1 1
4
1 3 4 4
6
4 4 2 3 1 2
4
0 2 1 4
3
0 2 0
7
3 3 1 1 3 4 0
2
0 4
4
1 4 2 3
7
4 0 0 3 2 3 4
4
4 2 0 3
7
0 2 2 1 4 2 4
7
3 0 3 1 2 0 3
4
4 3 1 4
6
2 3 0 1 3 4
5
1 4 0 3 4
5
4 2 0 4 2
3
0 1 2
6
4 1 4 2 0 4
7
4 2 4 3 1 3 1
4
1 4 4 0
2
1 1
6
0 3 3 0 0 4
7
4 3 0 3 3 3 4
4
4 1 1 3
6
2 0 ...

output:

-1
-1
4 4
3 1
2 4
3 1
2 4
2 2
2 4
3 3
4 2
3 1
2 0
0 0
0 2
4 0
3 1
3 3
2 2
3 1
2 2
4 0
2 4
3 3
3 1
3 3
4 4
4 0
2 0
1 3
2 2
0 2
1 3
2 4
4 2
3 1
2 4
2 2
2 0
1 3
3 1
2 0
1 3
2 2
2 0
1 3
4 4
1 3
2 4
3 1
2 4
3 3
0 2
1 3
4 0
3 1
2 2
2 4
2 4
0 2
1 3
2 4
2 0
1 1
4 0
2 2
2 4
3 1
2 4
3 3
4 4
3 1
2 4
3 1
2 2
0 ...

result:

wrong answer you didn't find a solution but jury did (test case 28)

Subtask #3:

score: 16
Accepted

Test #34:

score: 16
Accepted
time: 145ms
memory: 3648kb

input:

100000
5
846784256447769304 457696478728961702 128469521648960690 597630796847754190 104256763714529164
5
658897822238868978 472135077337628566 399538027669313322 622703684108675696 425723088635325654
5
917704960887390986 140817562615382054 877934664521057998 782212806618666818 616380973421914538
8
...

output:

104256763714529164 846784256447769304
475520510081149234 128469521648960690
301995015865054962 597630796847754190
449812906356404576 457696478728961702
425723088635325654 622703684108675696
399538027669313322 472135077337628566
435836552503470944 658897822238868978
547367187371169961 524213386372000...

result:

ok correct (100000 test cases)

Test #35:

score: 16
Accepted
time: 145ms
memory: 3700kb

input:

100000
4
132941437397264810 143141501854884272 958712444844113692 341497234016264540
7
923004266892618172 15365813785503270 930609521602302292 819335542601433618 213670074288711286 150311691204302148 244405681344585926
5
371893080714371800 575829750571342010 292988012239447120 115093373296591180 268...

output:

341497234016264540 958712444844113692
650104839430189116 143141501854884272
396623170642536694 132941437397264810
923004266892618172 150311691204302148
536657979048460160 819335542601433618
244405681344585926 213670074288711286
229037877816648606 15365813785503270
122201845801075938 9306095216023022...

result:

ok correct (100000 test cases)

Test #36:

score: 16
Accepted
time: 134ms
memory: 3800kb

input:

100000
4
928198344825292264 690070772109811286 244045206839989604 561025252182682906
3
627239866615848210 42470017740412280 54251562555326842
3
490057757292451598 818062735467254804 348318035919019310
2
551686081736618768 194488231774246450
3
112852023970360962 332810104058707034 451110399052627062
...

output:

561025252182682906 244045206839989604
690070772109811286 928198344825292264
809134558467551775 402535229511336255
627239866615848210 54251562555326842
340745714585587526 42470017740412280
348318035919019310 490057757292451598
419187896605735454 818062735467254804
194488231774246450 55168608173661876...

result:

ok correct (100000 test cases)

Test #37:

score: 16
Accepted
time: 189ms
memory: 3652kb

input:

50000
15
970453612553526824 403854393807928174 722892131244078370 35115189723455662 375191889860000444 915405723947874872 635574780184696680 264400470199418708 859039596531178468 27938184881043946 553805664139227226 876314307095280030 571028682295683456 30435765695090076 81051167961127742
20
7987413...

output:

635574780184696680 27938184881043946
35115189723455662 375191889860000444
205153539791728053 331756482532870313
915405723947874872 571028682295683456
743217203121779164 970453612553526824
856835407837652994 553805664139227226
705320535988440110 264400470199418708
30435765695090076 876314307095280030...

result:

ok correct (50000 test cases)

Test #38:

score: 16
Accepted
time: 189ms
memory: 3652kb

input:

50000
20
998788559176849620 191593882411529926 342711646561735406 56435783243285828 213144199738872896 552932543009462260 862655508602678778 197769932466201968 649107231900330578 606332158266321414 679519095246181928 69228654018660218 907522706303602556 706594708190768848 317996892998797510 98299001...

output:

82951860797867962 280145788708142508
233934493014788330 801974222113409124
982990013470682716 317996892998797510
650493453234740113 517954357564098727
584223905399419420 706594708190768848
645409306795094134 907522706303602556
69228654018660218 679519095246181928
374373874632421073 77646600654934834...

result:

ok correct (50000 test cases)

Test #39:

score: 16
Accepted
time: 195ms
memory: 3704kb

input:

50000
19
687533614023914694 738663892302361454 628044408557611320 475365328934162610 242048409095362442 254414508714647088 415287407545536222 333427085181162020 691789987581261114 501496830456417768 370865072857248388 610878478005084624 460491699469405256 995621599317911412 72184531803437802 5221300...

output:

402837784917503802 435000735991149736
473640262986677202 522130070969414520
497885166978045861 418919260454326769
72184531803437802 995621599317911412
460491699469405256 610878478005084624
533903065560674607 458402213716186315
535685088737244940 370865072857248388
453275080797246664 5014968304564177...

result:

ok correct (50000 test cases)

Test #40:

score: 16
Accepted
time: 170ms
memory: 3648kb

input:

30000
25
701453932981408346 465306500019836282 792774089369512740 928134668660137906 489548012753296822 563069662510759842 456553328586506700 752651620972947846 610563120623014800 946872198162810216 382124190056540228 528408240467204940 156080508230960224 755279683495886594 353003950140523154 726814...

output:

759546580482469476 671093790812801428
715320185647635452 304233754191711742
264865148139811024 331430792491044112
298147970315427568 691288776835558270
494718373575492919 509776969919673597
502247671747583258 561451759575364210
531849715661473734 187841411256048522
359845563458761128 607769333277773...

result:

ok correct (30000 test cases)

Test #41:

score: 16
Accepted
time: 187ms
memory: 3804kb

input:

30000
24
802553849623129746 211707666543464912 78106851365388652 41150834245659428 824295231323480318 65220471583082028 504011063830422278 582465764474213950 653316240753155704 254391730000013712 73470169815090336 70058062306145696 320805890715812130 762434076887201766 107191591092647094 66623182252...

output:

504011063830422278 801262516027000718
652636789928711498 317895789993303868
107191591092647094 713862378171374300
556915919971198542 70058062306145696
313486991138672119 410526984632010697
362006987885341408 684143755784659968
523075371835000688 582465764474213950
552770568154607319 4852662899610076...

result:

ok correct (30000 test cases)

Test #42:

score: 16
Accepted
time: 183ms
memory: 3664kb

input:

30000
27
457692759396051910 105542225399435134 28952855744712754 551775949854678384 243201017518706110 830727952675976422 770508119165800012 202072001288194376 842102259870000526 184524967708115324 636362069740656520 654459612358466674 183209892432401444 100513548134942846 72707763558771580 42597951...

output:

932151312699294980 80157746650466448
506154529674880714 300417521345265250
403286025510072982 859029090720613882
631157558115343432 935240383379985812
783198970747664622 154087971015879464
968793307366073360 938142428437837892
953467867901955626 259672969948699182
606570418925327404 2961537938598664...

result:

ok correct (30000 test cases)

Test #43:

score: 16
Accepted
time: 237ms
memory: 25892kb

input:

100
365633
240280625535601202 938026129049958522 147115906397155306 652580989323075650 725975096118295602 205776298062652394 601103849421971138 331987681752388762 840580362429635958 835259996207496842 119358021292888398 319502650126227206 963133797479057582 879470558738716974 741484002023142690 3370...

output:

193814350528031606 865495468017389554
529654909272710580 645888436365271130
466629276641130770 129746477834542738
298187877237836754 635869790074238806
467028833656037780 879415341218343546
345670703069533766 450213187078806862
673222087437190663 587771672818990855
397941945074170314 307897593836661...

result:

ok correct (100 test cases)

Test #44:

score: 16
Accepted
time: 237ms
memory: 27264kb

input:

100
468798
784219641558971418 868193736931466770 709669653094040434 820342537947112058 551143489403660526 267279653811163658 370522601251248390 368960240455457934 377406818992348662 446571520515917398 203417725700526758 781465163407686018 793863659816666930 689102809204233742 460833182899194594 8845...

output:

214393126794172126 123440265703858082
168916696249015104 708526944800734902
928684474654843398 644018099484886530
786351287069864964 299178743779824858
542765015424844911 438721820524875003
42143526429415486 645367145529938822
343755335979677154 474308352042173974
409031844010925564 8457597507334266...

result:

ok correct (100 test cases)

Test #45:

score: 16
Accepted
time: 240ms
memory: 18492kb

input:

100
335003
576606818757903242 39138102231712338 101565358810296722 500967049719563958 60093483316193590 435418544638688670 883896893287765898 482015906798694930 208166390296394766 603169642587608970 697598340090102702 37116072285605102 692409274069565602 359039270687175358 598214522887322026 9588135...

output:

486076417769142294 37999509308599778
262037963538871036 747053273988117554
660483425940083014 898547649727091586
779515537833587300 492361107982889110
112077483133802110 400296715320192834
635938322908238205 504545618763494295
570241970835866250 256187099226997472
344698049360243802 3199909281119526...

result:

ok correct (100 test cases)

Subtask #4:

score: 0
Wrong Answer

Test #46:

score: 52
Accepted
time: 209ms
memory: 22424kb

input:

100
211957
911918942087402387 344230223346742784 16289402153237664 528890583619159010 886281719684850237 865484734102017297 321851390502278959 754268375474197153 237414161302130571 135637002716682378 824412491959977735 162505521049217610 246319278060116103 666703181591704279 650875500699154233 96397...

output:

645862291401740738 812693587627609604
729277939514675171 597584934199180721
160810085596457699 542252177748843361
351531131672650530 663431436856927946
507481284264789238 206971113658830480
357226198961809859 106970975974062197
382284405282311553 567490874854285977
232098587467936028 956150164172235...

result:

ok correct (100 test cases)

Test #47:

score: 52
Accepted
time: 235ms
memory: 24948kb

input:

100
370255
32123537214468981 350412204946624705 402282150635760683 248912430361225231 814736352355688646 993128811372128790 305317864278631485 66833495387076887 496823364648202292 264249740623008900 93622460733892150 517687340999728245 175953208796215136 463180247813587246 70314179322549593 14399267...

output:

872291799348161957 495212023476546347
683751911412354152 727802990072871088
705777450742612620 196276363794148660
478978283932966309 732989659841789439
651757423240454303 872692086779554795
605983971887377874 451026907268380640
528505439577879257 762224755010004549
514406204767320120 799603460646577...

result:

ok correct (100 test cases)

Test #48:

score: 52
Accepted
time: 214ms
memory: 22820kb

input:

100
118972
792375453970645873 576892825324240408 748164844574876655 32445009242823206 772953447561904131 633394009050854551 73696656498092749 870080114842373195 702953534252556424 528688137119642251 451634665273988550 195243066602861962 87567025505658553 138064336792733795 933007798725485674 3381824...

output:

574891559295846230 534843944801671906
103992711970696009 154877505399049455
129435108684872732 554867752048759068
475372947594779047 148947491242634899
342151430366815900 826515430768229238
584333430567522569 312160219418706973
612341984164338982 324080853714726160
468211418939532571 448246824993114...

result:

ok correct (100 test cases)

Test #49:

score: 0
Wrong Answer
time: 2429ms
memory: 3708kb

input:

100000
9
445759869974051228 776915644420529579 55748031156491160 547224621619359770 889968101069780792 938247829722065514 237508986668564632 706265918966029229 370065298249404353
3
760967737555474154 295101678372866180 641208729681524189
2
127843418996257285 904661771444761027
10
636895207833865394 ...

output:

776915644420529579 706265918966029229
741590781693279404 889968101069780792
815779441381530098 938247829722065514
877013635551797806 547224621619359770
712119128585578788 55748031156491160
383933579871034974 237508986668564632
310721283269799803 370065298249404353
340393290759602078 4457598699740512...

result:

wrong answer you didn't find a solution but jury did (test case 1786)