QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#424472#8711. TilesMatutino#0 20ms25200kbC++141.6kb2024-05-29 11:02:342024-05-29 11:02:35

Judging History

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

  • [2024-05-29 11:02:35]
  • 评测
  • 测评结果:0
  • 用时:20ms
  • 内存:25200kb
  • [2024-05-29 11:02:34]
  • 提交

answer

#include<bits/stdc++.h>
// #define int long long
#define reg register
inline int read(){
	int k=1,x=0;char ch=getchar();
	while (ch<'0'||ch>'9') {if (ch=='-') k=-1; ch=getchar();}
	while (ch>='0'&&ch<='9') x=(x<<3)+(x<<1)+ch-48,ch=getchar();
	return k*x;
}
const int N=5e5+10,INF=1e18;
int n,m,mx,my,bx[N],by[N],ans;
struct Node{int x,y;}p[N];
std::vector<std::pair<int,int>> vc[N];
int vis[N];
inline void upd(reg int i){
	reg int op=-1,flg=0;
	for (reg int j=2;j<=my;j++) if (vis[j]>-1){
		reg int d=bx[i]-bx[vis[j]]&1;
		if (op==-1) op=d; else if (op!=d){flg=1;break;}
	}
	if (!flg) ans=bx[i]-op,std::cerr<<bx[i]-op<<"\n";
}
signed main(){
	n=read(),m=read();
	for (reg int i=1;i<=n;i++) bx[++mx]=p[i].x=read(),by[++my]=p[i].y=read(); 
	std::sort(bx+1,bx+mx+1),std::sort(by+1,by+my+1);
	mx=std::unique(bx+1,bx+mx+1)-bx-1,my=std::unique(by+1,by+my+1)-by-1;
	for (reg int i=1;i<=n;i++){
		p[i].x=std::lower_bound(bx+1,bx+mx+1,p[i].x)-bx;
		p[i].y=std::lower_bound(by+1,by+mx+1,p[i].y)-by;
	}
	for (reg int i=1;i<n;i++) if (p[i].x==p[i+1].x)
		vc[p[i].x].push_back({std::min(p[i].y,p[i+1].y),std::max(p[i].y,p[i+1].y)});
	for (reg int i=1;i<=mx;i++){
		upd(i);
		reg int flg=0;
		for (auto [l,r]:vc[i]){
			// if (i==3) std::cerr<<l<<" "<<r<<"\n";
			for (reg int j=l+1;j<=r;j++){ 
				if (vis[j]>-1&&(bx[i]-bx[vis[j]]&1)){flg=1;break;}
				vis[j]=vis[j]?-1:i;
			}	
		}
		if (flg) break;
		reg int len=0;
		for (reg int j=2;j<=my;j++) 
			if (vis[j]==-1){if (len&1){flg=1;break;} len=0;}  
			else len+=by[j]-by[j-1];
		if (flg&&(len&1)) break;
	}
	printf("%d\n",ans);
	return 0;
}

详细

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

4 3
0 0
0 3
3 3
3 0

output:

2

result:

wrong answer 1st lines differ - expected: '0', found: '2'

Subtask #2:

score: 0
Skipped

Dependency #1:

0%

Subtask #3:

score: 0
Wrong Answer

Test #32:

score: 11
Accepted
time: 2ms
memory: 20352kb

input:

1551 1000
0 988
2 988
3 988
6 988
6 985
6 982
6 981
6 979
6 978
6 977
6 976
6 975
6 974
6 972
6 970
6 969
6 968
6 966
6 965
6 964
7 964
8 964
8 963
8 961
8 960
10 960
11 960
13 960
16 960
16 959
16 958
16 957
16 954
16 953
16 951
16 950
17 950
18 950
18 948
18 946
18 945
18 944
18 942
18 941
18 939
...

output:

164

result:

ok single line: '164'

Test #33:

score: -11
Wrong Answer
time: 14ms
memory: 22796kb

input:

36221 1000000000
0 996776952
43916 996776952
43916 996301596
102050 996301596
102050 995243908
173144 995243908
173144 992639626
184542 992639626
184542 987461238
192474 987461238
192474 982703402
406098 982703402
406098 980100986
525272 980100986
525272 978443232
532708 978443232
532708 977775310
6...

output:

15163970

result:

wrong answer 1st lines differ - expected: '14903120', found: '15163970'

Subtask #4:

score: 0
Wrong Answer

Test #45:

score: 19
Accepted
time: 0ms
memory: 22184kb

input:

14 6
0 1
0 3
2 3
2 4
0 4
0 6
3 6
3 7
4 7
6 7
6 5
3 5
3 2
3 1

output:

2

result:

ok single line: '2'

Test #46:

score: 0
Accepted
time: 0ms
memory: 22320kb

input:

18 9
0 2
2 2
2 1
4 1
4 0
9 0
9 2
4 2
4 4
7 4
7 3
9 3
9 6
4 6
4 5
2 5
2 4
0 4

output:

6

result:

ok single line: '6'

Test #47:

score: 0
Accepted
time: 20ms
memory: 25120kb

input:

199996 966
752 702
754 702
754 700
756 700
756 702
758 702
758 700
760 700
760 702
762 702
762 700
764 700
764 702
766 702
766 700
768 700
768 702
770 702
770 700
772 700
772 702
774 702
774 700
776 700
776 702
778 702
778 700
780 700
780 702
782 702
782 700
784 700
784 702
786 702
786 700
788 700
7...

output:

0

result:

ok single line: '0'

Test #48:

score: -19
Wrong Answer
time: 18ms
memory: 25200kb

input:

199996 966
748 702
750 702
750 700
752 700
752 702
754 702
754 700
756 700
756 702
758 702
758 700
760 700
760 702
762 702
762 700
764 700
764 702
766 702
766 700
768 700
768 702
770 702
770 700
772 700
772 702
774 702
774 700
776 700
776 702
778 702
778 700
780 700
780 702
782 702
782 700
784 700
7...

output:

964

result:

wrong answer 1st lines differ - expected: '962', found: '964'

Subtask #5:

score: 0
Wrong Answer

Test #89:

score: 0
Wrong Answer
time: 15ms
memory: 22804kb

input:

199996 198506138
31225688 248200160
31225688 248291950
28995282 248291950
28995282 248200160
26764876 248200160
26764876 248291950
24534470 248291950
24534470 248200160
22304064 248200160
22304064 248291950
20073658 248291950
20073658 248200160
17843252 248200160
17843252 248291950
15612846 24829195...

output:

198506138

result:

wrong answer 1st lines differ - expected: '0', found: '198506138'

Subtask #6:

score: 0
Time Limit Exceeded

Test #118:

score: 0
Time Limit Exceeded

input:

200000 1000000000
1000000000 0
999990876 0
999990876 38
999972524 38
999972524 1510
999969180 1510
999969180 3734
999964780 3734
999964780 4138
999960464 4138
999960464 11052
999953728 11052
999953728 24478
999914972 24478
999914972 25892
999909864 25892
999909864 28102
999902920 28102
999902920 301...

output:


result:


Subtask #7:

score: 0
Skipped

Dependency #1:

0%