QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#116988#6667. Prosjekcsy2005#0 157ms4908kbC++142.2kb2023-06-30 12:02:162024-05-31 18:36:40

Judging History

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

  • [2024-05-31 18:36:40]
  • 评测
  • 测评结果:0
  • 用时:157ms
  • 内存:4908kb
  • [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:16]
  • 提交

answer

#include <iostream>
#include <algorithm>
#include<cmath>
#include<cstring>
#include<cstdio>
#include<cstdlib>
#include<vector>
#include<iomanip>
#include<ctime>
#include<set>
#include<map>
#include<queue>
#include<stack>
#include<bitset>
#include<cassert>
#define sqr(x) ((x)*(x))
#define fz1(i,n) for ((i)=1;(i)<=(n);(i)++)
#define fd1(i,n) for ((i)=(n);(i)>=1;(i)--)
#define fz0g(i,n) for ((i)=0;(i)<=(n);(i)++)
#define fd0g(i,n) for ((i)=(n);(i)>=0;(i)--)
#define fz0k(i,n) for ((i)=0;(i)<(n);(i)++)
#define fd0k(i,n) for ((i)=(((long long)(n))-1);(i)>=0;(i)--)
#define fz(i,x,y) for ((i)=(x);(i)<=(y);(i)++)
#define fd(i,y,x) for ((i)=(y);(i)>=(x);(i)--)
#define fzin fz1(i,n)
#define fzim fz1(i,m)
#define fzjn fz1(j,n)
#define fzjm fz1(j,m)
#define ff(c,itr) for (__typeof((c).begin()) itr=(c).begin();itr!=(c).end();++itr)
#define pb push_back
#define mk make_pair
#define rdst(st,len){static char ss[len];scanf(" %s",ss);(st)=ss;}
#define spln(i,n) (i==n?'\n':' ')
#define fac_init(n){fac[0]=fac[1]=inv[1]=fi[0]=fi[1]=1;fz(i,2,n){fac[i]=1ll*fac[i-1]*i%mod;inv[i]=1ll*(mod-mod/i)*inv[mod%i]%mod;fi[i]=1ll*fi[i-1]*inv[i]%mod;}}
using namespace std;
typedef long long i64;
typedef long double f80;
typedef unsigned int u32;
typedef unsigned long long u64;
//typedef __int128 i128;
//typedef unsigned __int128 u128;
#ifndef ONLINE_JUDGE
	FILE *___=freopen("1.in","r",stdin);
#endif
inline void read(int &x)
{
	char c;int f=1;
	while(!isdigit(c=getchar()))if(c=='-')f=-1;
	x=(c&15);while(isdigit(c=getchar()))x=(x<<1)+(x<<3)+(c&15);
	x*=f;
}
int t,n,m,i,j;
vector<int> v0,v1;
int main()
{
	read(t);
	while(t--){
		v0.clear();v1.clear();
		read(n);fz1(i,n){int x;read(x);if(x%4==0)v0.push_back(x);else v1.push_back(x);}
		while(v0.size()>=2||v1.size()>=2){
			if(v0.size()>=2){
				int x=v0.back();v0.pop_back();
				int y=v0.back();v0.pop_back();
				printf("%d %d\n",x,y);
				int t=(x+y)/2;if(t%4==0)v0.push_back(t);else v1.push_back(t);
			}
			else{
				int x=v1.back();v1.pop_back();
				int y=v1.back();v1.pop_back();
				printf("%d %d\n",x,y);
				int t=(x+y)/2;if(t%4==0)v0.push_back(t);else v1.push_back(t);
			}
		}
		if(v0.size()&&v1.size()) printf("%d %d\n",v0.back(),v1.back());
	}
	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: 3788kb

input:

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

output:

-843402640 303269156
-270066742 -816965729
-543516235 -849092458
-704656620 -611339696
-657998158 202374062
-227812048 2009806324
890997138 -1659442019
-1730206634 2076040603
172916984 -384222440
-1901330685 -461198595
-1806533241 -441969770
-993863688 1023232142
-192465568 -1096270264
1702461242 -1...

result:

wrong answer Integer -270066742 violates the range [0, 10^18] (test case 1)

Subtask #2:

score: 0
Wrong Answer

Test #16:

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

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:

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

result:

wrong answer (2 + 3) is not an even number! (test case 1)

Subtask #3:

score: 0
Wrong Answer

Test #34:

score: 0
Wrong Answer
time: 87ms
memory: 3776kb

input:

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

output:

1721952140 1995860696
-288577230 418491342
1784267954 -1114227034
335020460 64957056
-1094030122 628971306
-232529408 -1818236304
-222953578 231966194
4506308 -1025382856
-954242646 1027888962
36823158 113739470
75281314 -1110212570
-517465628 -1169259766
1405542524 1441092800
1313114692 -1800067168...

result:

wrong answer Integer -288577230 violates the range [0, 10^18] (test case 1)

Subtask #4:

score: 0
Wrong Answer

Test #46:

score: 0
Wrong Answer
time: 157ms
memory: 4908kb

input:

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

output:

-1440098232 397428808
-521334712 -952604600
-736969656 -415596544
-576283100 -729306944
139907252 1534639764
837273508 -3273144
404258380 2086713308
-901997804 -1601359100
895805196 -1449715908
-276955356 -1462051372
-869503364 1359238076
244867356 1750011744
1579633624 1925523048
-394905312 -187295...

result:

wrong answer Integer -521334712 violates the range [0, 10^18] (test case 1)