QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#424765#5029. 在路上marher12 938ms44912kbC++141.4kb2024-05-29 16:56:242024-05-29 16:56:24

Judging History

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

  • [2024-05-29 16:56:24]
  • 评测
  • 测评结果:12
  • 用时:938ms
  • 内存:44912kb
  • [2024-05-29 16:56:24]
  • 提交

answer

#include"path.h"
#include<bits/stdc++.h>
using namespace std;
const int N=1e5+50;

mt19937 rad(time(0));

int n,m;
vector<int>s;

void clear()
{
	s.clear();
}

int rd(int l,int r)
{
	return rad()%(r-l+1)+l;
}

int chk(int x)
{
	int now=0,cnt=0;
	for(int i=1;i<=n;i++)if(i!=x)
	{
		if(!cnt)
		{
			now=i,cnt=1;
			continue;
		}
		if(ask(x,i,now)==x)cnt--;
		else cnt++;
	}
	cnt=1;
	for(int i=1;i<=n;i++)if(i!=x&&i!=now)cnt+=ask(x,i,now)!=x;
	return cnt<=m;
}

int sol(int u,int v)
{
	if(s.empty())return 0;
	int t=rd(0,s.size()-1),pos=s[t];
	int cl=0,cr=0,c=0;
	for(int i=1;i<=n;i++)if(i!=pos)
	{
		if(i==u){++cl;continue;}
		if(i==v){++cr;continue;}
		int w;
		w=ask(u,pos,i);
		if(w==u||w==i||w==0){++cl;continue;}
		w=ask(v,pos,i);
		if(w==v||w==i||w==0){++cr;continue;}
		++c;
	}
	if(max(cl,max(cr,c))<=m)return pos;
	if(max(cl,cr)<=m)return chk(pos);
	vector<int>L,R;
	if(pos!=u)L.push_back(u);
	if(pos!=v)R.push_back(v);
	for(auto x:s)if(x!=pos&&x!=u&&x!=v)
	{
		int w=ask(u,x,pos);
		if(w==x)L.push_back(x);
		else R.push_back(x);
	}
	if(cl>cr){swap(L,s);return sol(u,pos);}
	swap(R,s);return sol(pos,v);
}

int solve(int u,int v)
{
	if(u==v)return 0;
	for(int i=1;i<=n;i++)if(ask(u,v,i)==i)s.push_back(i);
	return sol(u,v);
}

int centroid(int id,int N,int M)
{
	n=N;m=n/2;int ans=0;
	// for(int i=1;i<=n;i++)if(chk(i))return i;
	while(!(ans=solve(rd(1,n),rd(1,n))))clear();
	return ans;
}

详细

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

1 100 100
3
1 2
3
1 2
3
3 1
3
1 2
3
1 2
3
3 1
3
1 2
3
3 1
3
1 2
3
3 1
3
3 1
3
3 1
3
3 1
3
3 1
3
3 1
3
3 1
3
3 1
3
1 2
3
1 2
3
3 1
3
3 1
3
1 2
3
3 1
3
3 1
3
1 2
3
3 1
3
3 1
3
1 2
3
3 1
3
3 1
3
3 1
3
1 2
3
1 2
3
3 1
3
3 1
3
1 2
3
1 2
3
1 2
3
1 2
3
3 1
3
3 1
3
3 1
3
1 2
3
1 2
3
1 2
3
3 1
3
3 1
3
3 1
3
...

result:

wrong answer too many queries

Subtask #2:

score: 0
Wrong Answer

Test #2:

score: 8
Accepted
time: 8ms
memory: 4256kb

input:

2 10 10000000
999
60 112 98 509 586 175 588 875 861 516 920 370 781 249 999 649 292 308 934 949 437 92 506 752 547 866 869 510 984 228 104 612 202 630 360 809 56 107 566 448 940 726 146 299 941 50 319 794 670 603 365 492 728 872 829 942 451 632 373 106 909 25 306 995 735 99 568 673 75 573 383 407 56...

result:

ok correct

Test #3:

score: 8
Accepted
time: 8ms
memory: 4524kb

input:

2 10 10000000
999
60 112 98 509 586 175 588 875 861 516 920 370 781 249 999 649 292 308 934 949 437 92 506 752 547 866 869 510 984 228 104 612 202 630 360 809 56 107 566 448 940 726 146 299 941 50 319 794 670 603 365 492 728 872 829 942 451 632 373 106 909 25 306 995 735 99 568 673 75 573 383 407 56...

result:

ok correct

Test #4:

score: 8
Accepted
time: 7ms
memory: 4088kb

input:

2 10 10000000
999
60 112 959 68 586 835 91 836 634 516 272 912 781 249 655 11 466 103 934 816 904 92 576 83 687 435 871 510 758 519 842 882 339 221 2 917 5 605 477 448 323 723 744 494 941 50 668 751 670 336 365 95 877 159 829 957 451 632 591 616 909 83 452 607 735 99 22 570 755 354 172 711 742 870 3...

result:

ok correct

Test #5:

score: 8
Accepted
time: 7ms
memory: 4068kb

input:

2 10 10000000
999
373 769 355 568 586 175 588 836 203 901 272 948 781 80 655 11 292 103 934 595 904 188 865 989 698 493 871 510 893 228 842 882 339 630 2 550 829 107 477 636 385 726 146 299 764 670 668 381 631 336 365 95 974 872 829 733 678 669 373 571 183 752 452 607 735 179 22 673 755 354 383 711 ...

result:

ok correct

Test #6:

score: 0
Wrong Answer
time: 2ms
memory: 4432kb

input:

2 10 10000000
999
688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 688 68...

result:

wrong answer 

Subtask #3:

score: 12
Accepted

Test #22:

score: 12
Accepted
time: 63ms
memory: 4520kb

input:

3 100 10000000
999
328 852 537 953 554 506 483 192 443 912 989 346 935 232 652 528 261 899 131 531 81 686 815 543 991 810 576 639 670 572 604 842 546 322 916 97 510 160 238 696 882 214 212 194 102 964 719 255 416 260 687 148 225 664 105 100 913 600 921 203 571 406 752 189 929 716 523 809 666 589 235...

result:

ok correct

Test #23:

score: 12
Accepted
time: 71ms
memory: 4804kb

input:

3 100 10000000
999
603 168 694 35 890 839 431 506 172 225 322 14 231 221 387 802 768 786 858 954 214 929 553 795 917 554 453 983 112 196 5 428 421 149 960 294 875 380 900 914 135 141 398 480 716 377 693 832 582 629 59 975 998 513 351 193 293 328 677 96 338 39 569 236 243 849 254 418 877 413 7 675 69...

result:

ok correct

Test #24:

score: 12
Accepted
time: 79ms
memory: 4572kb

input:

3 100 10000000
999
232 191 603 626 730 411 104 65 39 494 691 185 208 192 567 818 210 162 385 511 733 860 72 765 262 635 485 516 768 426 641 477 334 92 555 520 173 296 621 80 312 695 168 760 182 556 716 457 123 718 147 474 246 9 221 369 266 912 365 247 575 86 120 584 755 525 527 276 623 323 572 550 1...

result:

ok correct

Test #25:

score: 12
Accepted
time: 74ms
memory: 4600kb

input:

3 100 10000000
999
37 333 429 430 950 395 199 67 394 239 625 725 586 176 839 401 226 14 898 931 541 738 560 638 302 457 846 468 193 423 215 692 746 262 722 43 869 984 510 181 977 809 805 327 22 444 208 768 47 372 946 20 958 863 147 409 224 95 466 694 837 167 195 949 778 24 126 953 852 480 730 365 13...

result:

ok correct

Test #26:

score: 12
Accepted
time: 80ms
memory: 4608kb

input:

3 100 10000000
999
289 402 626 749 480 763 773 565 829 569 200 303 980 734 514 539 440 769 674 130 102 117 798 994 919 493 149 456 109 121 587 835 386 851 657 268 67 382 612 792 541 883 742 436 403 968 872 60 983 260 76 550 571 158 635 428 877 807 681 604 513 598 459 218 173 599 683 308 727 221 733 ...

result:

ok correct

Subtask #4:

score: 0
Wrong Answer

Test #27:

score: 17
Accepted
time: 74ms
memory: 4872kb

input:

4 100 10000000
999
710 227 715 954 623 585 538 236 363 913 540 3 897 998 726 919 976 843 796 69 415 705 647 707 201 696 993 545 325 375 47 260 490 385 828 162 29 278 867 593 395 219 178 518 999 685 307 772 224 187 557 89 575 524 1 157 230 341 708 978 473 995 15 179 743 416 263 640 4 851 520 719 679 ...

result:

ok correct

Test #28:

score: 17
Accepted
time: 74ms
memory: 4460kb

input:

4 100 10000000
999
714 793 831 566 274 202 861 272 583 533 805 725 138 636 832 242 737 219 191 168 939 364 439 770 290 84 581 419 991 431 892 387 487 753 368 627 900 476 934 316 854 802 898 48 741 182 950 684 121 881 996 120 917 311 386 63 377 300 734 333 789 257 797 134 668 490 649 843 795 198 462 ...

result:

ok correct

Test #29:

score: 17
Accepted
time: 70ms
memory: 4824kb

input:

4 100 10000000
999
118 434 443 62 975 789 284 936 885 652 937 50 912 733 854 532 772 709 407 312 535 589 419 247 190 474 469 905 165 889 13 159 189 746 837 603 181 335 880 513 496 897 887 442 498 656 838 342 522 93 771 816 178 541 788 215 586 794 267 297 938 853 244 255 640 654 101 470 621 232 162 8...

result:

ok correct

Test #30:

score: 17
Accepted
time: 66ms
memory: 4520kb

input:

4 100 10000000
999
418 71 357 515 696 936 943 436 645 53 344 262 706 201 896 877 732 738 433 684 891 641 264 615 32 659 990 529 219 165 81 420 22 61 35 704 233 339 201 42 816 126 522 561 960 673 452 720 99 328 222 423 804 226 266 652 291 939 981 503 209 275 653 525 812 886 693 343 881 353 218 227 28...

result:

ok correct

Test #31:

score: 0
Wrong Answer
time: 9ms
memory: 4472kb

input:

4 100 10000000
999
388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 388 3...

result:

wrong answer 

Subtask #5:

score: 0
Wrong Answer

Test #47:

score: 0
Wrong Answer
time: 496ms
memory: 44912kb

input:

5 100 25000000
49999
3753 28650 36024 8322 47241 9061 43764 6338 45160 16765 40294 43358 37214 37535 38561 1997 7478 9543 11661 1953 7391 41171 43559 9981 24218 13155 22152 45216 30123 1843 20703 23601 42707 6449 40356 3761 32284 34584 32674 44391 41031 324 14845 6935 37071 38330 48041 1824 41182 46...

result:

wrong answer too many queries

Subtask #6:

score: 0
Wrong Answer

Test #52:

score: 0
Wrong Answer
time: 702ms
memory: 10984kb

input:

6 100 40000000
9999
3929 7460 4617 7377 498 7572 4628 3661 2404 9179 755 4076 8531 6581 1929 9419 1498 4402 6412 712 4918 2628 798 6283 9427 9775 1472 5554 2146 9972 5228 5459 8417 6778 3121 7649 1031 7691 6270 2238 4885 6121 2099 3435 4615 9962 6384 8809 9169 4553 66 1939 8589 2029 4897 7334 2867 8...

result:

wrong answer too many queries

Subtask #7:

score: 0
Wrong Answer

Test #72:

score: 0
Wrong Answer
time: 752ms
memory: 19864kb

input:

7 50 40000000
29999
12447 18709 13054 17585 8337 14953 7985 1930 24383 1787 2543 26860 12198 2842 14256 8665 17034 6429 14773 8646 27093 6362 29357 18001 10667 8445 6671 21435 27163 14604 19875 745 20772 6696 16391 15560 16789 10983 6199 23133 13 13688 14547 8390 4398 21653 14460 690 24385 5358 2213...

result:

wrong answer too many queries

Subtask #8:

score: 0
Wrong Answer

Test #92:

score: 0
Wrong Answer
time: 938ms
memory: 27836kb

input:

8 100 50000000
29999
8375 16777 16700 20953 11899 14682 20874 25860 28858 23241 5089 8044 25448 17746 5605 3087 9145 20179 1080 22944 27383 8384 19943 15371 27572 7882 23028 10474 18744 20202 15687 17001 7543 18709 23165 15713 17032 29011 22353 17455 26045 3484 20330 15159 21274 382 23927 20114 6303...

result:

wrong answer too many queries