QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#116989#6667. ProsjekHe_Ren#0 146ms10700kbC++17761b2023-06-30 12:02:432024-05-31 18:36:41

Judging History

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

  • [2024-05-31 18:36:41]
  • 评测
  • 测评结果:0
  • 用时:146ms
  • 内存:10700kb
  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-06-30 12:02:43]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int,int> pii;
const int MAXN = 1e6 + 5;

ll a[MAXN];

void solve(void)
{
	int n;
	scanf("%d",&n);
	for(int i=1; i<=n; ++i)
		scanf("%lld",&a[i]);
	
	vector<ll> vec[4];
	for(int i=1; i<=n; ++i)
		vec[a[i] % 4].emplace_back(a[i]);
	
	auto upd = [&] (int i,int j)
	{
		ll x = vec[i].back(); vec[i].pop_back();
		ll y = vec[j].back(); vec[j].pop_back();
		printf("%lld %lld\n",x,y);
		
		ll z = (x + y) / 2;
		vec[z % 4].emplace_back(z);
	};
	while(vec[0].size() >= 2) upd(0, 0);
	while(vec[2].size() >= 2) upd(2, 2);
	while(vec[0].size() && vec[2].size()) upd(0, 2);
}

int main(void)
{
	int T;
	scanf("%d",&T);
	while(T--) solve();
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3812kb

input:

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

output:

222072661880779376 19206582949872932
120639622415326154 739880851158065302
804173775829453588 445068618251612752
624621197040533170 115754892157516718
370188044599024944 53191076581680214
199941674506573816 341612949433488278
18362969272825184 829133522612010568
423748245942417876 622340535259594554...

result:

wrong answer there's no 804173775829453588 in the current set (test case 1)

Subtask #2:

score: 0
Wrong Answer

Test #16:

score: 0
Wrong Answer
time: 0ms
memory: 4112kb

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:

4 4
4 4
2 2
4 2
4 0
2 2
0 0
0 2
0 4
4 0
4 2
4 0
0 4
2 2
2 2
0 4
2 2
4 4
4 0
2 2
2 2
2 2
0 0
0 2
4 4
4 0
2 2
4 0
4 2
4 0
2 2
2 2
4 2
0 2
4 0
4 4
2 2
4 2
4 4
4 2
0 4
4 2
4 0
0 0
0 2
4 0
4 2
4 4
4 0
2 2
0 0
0 0
2 2
0 2
4 0
2 2
2 2
0 4
0 4
2 2
4 2
0 2
0 0
0 2
4 4
4 0
0 2
4 0
2 2
2 2
4 4
0 2
0 4
4 2
4 4
...

result:

wrong answer there's no 4 in the current set (test case 1)

Subtask #3:

score: 0
Wrong Answer

Test #34:

score: 0
Wrong Answer
time: 141ms
memory: 4080kb

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 597630796847754190
128469521648960690 457696478728961702
425723088635325654 399538027669313322
472135077337628566 658897822238868978
616380973421914538 782212806618666818
699296890020290678 877934664521057998
788615777270674338 140817562615382...

result:

wrong answer there's no 425723088635325654 in the current set (test case 1)

Subtask #4:

score: 0
Wrong Answer

Test #46:

score: 0
Wrong Answer
time: 146ms
memory: 10700kb

input:

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

output:

187349684646959176 897655518245439560
542502601446199368 780438536468326472
661470568957262920 444950768839720960
553210668898491940 186730312418961600
988268985652269236 473341823171477140
730805404411873188 109948005973364296
494927481562234444 365104786688751580
430016134125493012 224603118414672...

result:

wrong answer there's no 376309125977045564 in the current set (test case 1)