QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#487579#6661. 야유회Rafi22#0 462ms32712kbC++201.7kb2024-07-23 00:07:242024-07-23 00:07:25

Judging History

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

  • [2024-07-23 00:07:25]
  • 评测
  • 测评结果:0
  • 用时:462ms
  • 内存:32712kb
  • [2024-07-23 00:07:24]
  • 提交

answer

#include "workshop.h"
#include <bits/stdc++.h>

using namespace std;

#ifdef DEBUG
auto&operator<<(auto&o,pair<auto,auto>p){return o<<"("<<p.first<<", "<<p.second<<")";}
auto operator<<(auto&o,auto x)->decltype(x.end(),o){o<<"{";int i=0;for(auto e:x)o<<","+!i++<<e;return o<<"}";}
#define debug(X...)cerr<<"["#X"]: ",[](auto...$){((cerr<<$<<"; "),...)<<endl;}(X)
#else
#define debug(...){}
#endif

#define ll long long
#define ld long double
#define endl '\n'
#define st first
#define nd second
#define pb push_back
#define sz(x) (int)(x).size()
#define all(x) (x).begin(), (x).end()
#define FOR(i,l,r) for(int i=(l);i<=(r);i++)
#define ROF(i,r,l) for(int i=(r);i>=(l);i--)
int inf=1000000007;
ll infl=1000000000000000007;
ll mod=1000000007;
ll mod1=998244353;

const int K=6,N=10000000;

int w[N];

void init()
{
	srand(2137);
	FOR(i,0,N-1) w[i]=rand()%1000000000;
}

int morning(int x,int r)
{
	x=w[x]%N;
	if(w[x]%2==1) return w[x]%N;
	else 
	{
		int ban=-1;
		if(w[r]%2==1) ban=w[w[w[r]%N]%N]%K;
		while(w[w[x]%N]%K==ban) x=w[x]%N;
		return w[x]%N;
	}
}

int get_val(int x)
{
	int ban=w[x]%K;
	while(w[x]%K==ban) x=w[x]%N;
	return x;
}

int afternoon(int l,int x,int r) 
{
	if(w[l]%K==w[x]%K&&w[r]%K==w[x]%K) 
	{
		if(w[x]%2==1) return get_val(x);
		else
		{
			int ban=w[x]%K,ban1=-1,ban2=-1;
			if(w[l]%2==1) ban1=w[get_val(l)]%K;
			if(w[r]%2==1) ban2=w[get_val(r)]%K;
			while(w[x]%K==ban||w[x]%K==ban1||w[x]%K==ban2) x=w[x]%N;
			return x;
		}
	}
	else return x;
}

int evening(int l,int x,int r)
{
	int T=x;
	x=w[x]%K;
	l=w[l]%K;
	r=w[r]%K;
	if(l==x&&r==x) return (x+1+w[T]%(K-3))%K;
	else if(r==x) 
	{
		if(l==(x-1+K)%K) return (x-2+K)%K;
		else return (x-1+K)%K;
	}
	else return x;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 5
Accepted
time: 70ms = 69ms + 1ms

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
1
2
40 40
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
40 40
0 3 1 5 7 9 6 4 2 10 8 23 21 25 27 29 26 24 22 30 28 13 11 15 17 19 16 14 12 20 18 33 31 35 37 39 36 34 32 38

output:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 2
28 28 28 28
89 88 8b 8a 8d 8c 8f 8e 81 80 83 82 85 84 87 86 99 98 9b 9a 9d 9c 9f 9e 91 90 93 92 95 94 97 96 a9 a8 ab aa ad ac af ae 
003f2416 0001a7e5 00749921 00055d5c 0012d5ac 004a2f48 0043a912 007f67a6 007f6f98 0036b9cb 007053e7 00108bdc 0039e5f5 0026be06 ...

input:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 2
28 28 28 28
89 88 8b 8a 8d 8c 8f 8e 81 80 83 82 85 84 87 86 99 98 9b 9a 9d 9c 9f 9e 91 90 93 92 95 94 97 96 a9 a8 ab aa ad ac af ae 
003f2416 0001a7e5 00749921 00055d5c 0012d5ac 004a2f48 0043a912 007f67a6 007f6f98 0036b9cb 007053e7 00108bdc 0039e5f5 0026be06 ...

output:

4468cc07-dabe-OUTPUT-ba95-7ddd49645c94
6

result:

ok Correct, m = 6

Test #2:

score: 5
Accepted
time: 71ms = 70ms + 1ms

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
1
2
40 7
6 9 4 2 1 5 7
40 10
6 9 4 2 0 1 5 7 3 8

output:

dd180566-1d37-PIPE-b85d-c176ae85727d
5 2
7 6 4 2
8f 80 8d 8b 88 8c 8e 
0043a912 0036b9cb 0012d5ac 00749921 0001a7e5 004a2f48 
0036b9cb 0012d5ac 00749921 0001a7e5 
8a 88 
a 9 7 5
8f 80 8d 8b 89 88 8c 8e 8a 81 
0043a912 0036b9cb 0012d5ac 00749921 003f2416 0001a7e5 004a2f48 007f67a6 00055d5c 
0036b9cb ...

input:

dd180566-1d37-PIPE-b85d-c176ae85727d
5 2
7 6 4 2
8f 80 8d 8b 88 8c 8e 
0043a912 0036b9cb 0012d5ac 00749921 0001a7e5 004a2f48 
0036b9cb 0012d5ac 00749921 0001a7e5 
8a 88 
a 9 7 5
8f 80 8d 8b 89 88 8c 8e 8a 81 
0043a912 0036b9cb 0012d5ac 00749921 003f2416 0001a7e5 004a2f48 007f67a6 00055d5c 
0036b9cb ...

output:

4468cc07-dabe-OUTPUT-ba95-7ddd49645c94
5

result:

ok Correct, m = 5

Test #3:

score: 0
Wrong Answer
time: 213ms = 212ms + 1ms

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
1
25000
40 40
12 4 16 7 26 21 10 20 0 32 15 3 33 37 23 8 34 38 13 1 29 18 17 25 39 35 31 24 36 28 30 9 14 5 19 22 2 27 11 6
40 40
3 34 21 38 36 7 33 39 26 15 2 13 22 20 5 25 10 12 30 35 0 31 24 17 11 37 32 18 9 28 6 16 23 27 1 4 8 14 19 29
40 40
18 34 29 31 22 3...

output:

64be09ab-d709-ERROR-82bc-c23f6124dd26
Wrong Answer [4]

input:

64be09ab-d709-ERROR-82bc-c23f6124dd26
Wrong Answer [4]

output:

64be09ab-d709-ERROR-82bc-c23f6124dd26
Wrong Answer [4]

result:

wrong answer Wrong Answer [4]

Subtask #2:

score: 0
Wrong Answer

Test #8:

score: 52
Acceptable Answer
time: 68ms = 67ms + 1ms

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
2
2
40 40
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
40 40
0 3 1 5 7 9 6 4 2 10 8 23 21 25 27 29 26 24 22 30 28 13 11 15 17 19 16 14 12 20 18 33 31 35 37 39 36 34 32 38

output:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 2
28 28 28 28
89 88 8b 8a 8d 8c 8f 8e 81 80 83 82 85 84 87 86 99 98 9b 9a 9d 9c 9f 9e 91 90 93 92 95 94 97 96 a9 a8 ab aa ad ac af ae 
003f2416 0001a7e5 00749921 00055d5c 0012d5ac 004a2f48 0043a912 007f67a6 007f6f98 0036b9cb 007053e7 00108bdc 0039e5f5 0026be06 ...

input:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 2
28 28 28 28
89 88 8b 8a 8d 8c 8f 8e 81 80 83 82 85 84 87 86 99 98 9b 9a 9d 9c 9f 9e 91 90 93 92 95 94 97 96 a9 a8 ab aa ad ac af ae 
003f2416 0001a7e5 00749921 00055d5c 0012d5ac 004a2f48 0043a912 007f67a6 007f6f98 0036b9cb 007053e7 00108bdc 0039e5f5 0026be06 ...

output:

4468cc07-dabe-OUTPUT-ba95-7ddd49645c94
6

result:

points 0.54736842110 Incorrect, m = 6

Test #9:

score: 64
Acceptable Answer
time: 62ms = 62ms + 0ms

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
2
2
40 7
6 9 4 2 1 5 7
40 10
6 9 4 2 0 1 5 7 3 8

output:

dd180566-1d37-PIPE-b85d-c176ae85727d
5 2
7 6 4 2
8f 80 8d 8b 88 8c 8e 
0043a912 0036b9cb 0012d5ac 00749921 0001a7e5 004a2f48 
0036b9cb 0012d5ac 00749921 0001a7e5 
8a 88 
a 9 7 5
8f 80 8d 8b 89 88 8c 8e 8a 81 
0043a912 0036b9cb 0012d5ac 00749921 003f2416 0001a7e5 004a2f48 007f67a6 00055d5c 
0036b9cb ...

input:

dd180566-1d37-PIPE-b85d-c176ae85727d
5 2
7 6 4 2
8f 80 8d 8b 88 8c 8e 
0043a912 0036b9cb 0012d5ac 00749921 0001a7e5 004a2f48 
0036b9cb 0012d5ac 00749921 0001a7e5 
8a 88 
a 9 7 5
8f 80 8d 8b 89 88 8c 8e 8a 81 
0043a912 0036b9cb 0012d5ac 00749921 003f2416 0001a7e5 004a2f48 007f67a6 00055d5c 
0036b9cb ...

output:

4468cc07-dabe-OUTPUT-ba95-7ddd49645c94
5

result:

points 0.67368421050 Incorrect, m = 5

Test #10:

score: 52
Acceptable Answer
time: 403ms = 402ms + 1ms

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
2
25000
40 40
8 20 9 10 28 26 23 38 21 15 0 12 24 5 17 33 19 27 16 35 36 1 13 39 6 25 2 7 22 3 32 29 14 31 34 30 18 4 37 11
40 40
22 39 8 4 38 5 24 12 20 33 15 37 28 0 19 36 13 26 25 34 27 35 14 16 18 10 3 7 23 29 9 31 1 30 17 2 21 32 11 6
40 40
23 7 33 4 16 15 ...

output:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 25000
28 28 28 28
81 9d 80 83 95 93 9e af 9c 86 89 85 91 8c 98 a8 9a 92 99 aa ad 88 84 ae 8f 90 8b 8e 9f 8a a9 94 87 96 ab 97 9b 8d ac 82 
007f6f98 0038fba8 0036b9cb 007053e7 006a967a 0063910b 0001fd50 0038268c 00354306 005efb6f 003f2416 0039e5f5 0079ab99 004a2...

input:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 25000
28 28 28 28
81 9d 80 83 95 93 9e af 9c 86 89 85 91 8c 98 a8 9a 92 99 aa ad 88 84 ae 8f 90 8b 8e 9f 8a a9 94 87 96 ab 97 9b 8d ac 82 
007f6f98 0038fba8 0036b9cb 007053e7 006a967a 0063910b 0001fd50 0038268c 00354306 005efb6f 003f2416 0039e5f5 0079ab99 004a2...

output:

4468cc07-dabe-OUTPUT-ba95-7ddd49645c94
6

result:

points 0.54736842110 Incorrect, m = 6

Test #11:

score: 52
Acceptable Answer
time: 437ms = 436ms + 1ms
memory: 32448kb,5416kb

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
2
10
100000 100000
30835 54902 6031 39780 48892 41112 10655 59793 82131 11690 46738 17357 71191 42943 59375 29187 13113 60681 52635 78884 28768 26173 64156 46178 687 70180 721 91640 72042 76284 56999 69796 75841 24470 47874 87966 9206 57028 69773 82741 61206 949...

output:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 10
186a0 186a0 186a0 186a0
78fa d6ff 1706 9bed be75 a011 2916 e918 1405a 2d23 b61b 4344 1169e a736 e766 728a 33b0 ed80 cd12 134ad 70e9 66b4 fa15 b4eb 226 112ad 258 16571 119e3 12975 de2e 1102d 128c8 5f1f bb8b 15717 237f de4d 11004 143bc ef9f 17246 1f98 fd83 c18...

input:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 10
186a0 186a0 186a0 186a0
78fa d6ff 1706 9bed be75 a011 2916 e918 1405a 2d23 b61b 4344 1169e a736 e766 728a 33b0 ed80 cd12 134ad 70e9 66b4 fa15 b4eb 226 112ad 258 16571 119e3 12975 de2e 1102d 128c8 5f1f bb8b 15717 237f de4d 11004 143bc ef9f 17246 1f98 fd83 c18...

output:

4468cc07-dabe-OUTPUT-ba95-7ddd49645c94
6

result:

points 0.54736842110 Incorrect, m = 6

Test #12:

score: 52
Acceptable Answer
time: 462ms = 462ms + 0ms
memory: 32528kb,5444kb

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
2
10
100000 100000
88851 25433 51845 79408 40941 31163 60757 55069 34140 32190 44722 40747 23732 89836 86611 47711 49975 64281 70439 65875 65902 25801 91559 8426 44823 22054 75184 91728 47315 77067 63066 33263 75407 10551 63423 80478 61597 55593 78421 20453 5047...

output:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 10
186a0 186a0 186a0 186a0
15b9a 63d0 ca0c 136b9 9f64 7932 eddc d794 85d5 7d37 ae3b 9fa2 5c3d 15e65 152da bad6 c3be fb90 113ae 101da 101e7 6440 1652e 2063 af9e 56af 12539 166d9 b85a 12d82 f6d3 8166 12606 29be f736 13ad7 f014 d9a0 132dc 4f6c c5a3 688a d24d 10c9f...

input:

dd180566-1d37-PIPE-b85d-c176ae85727d
6 10
186a0 186a0 186a0 186a0
15b9a 63d0 ca0c 136b9 9f64 7932 eddc d794 85d5 7d37 ae3b 9fa2 5c3d 15e65 152da bad6 c3be fb90 113ae 101da 101e7 6440 1652e 2063 af9e 56af 12539 166d9 b85a 12d82 f6d3 8166 12606 29be f736 13ad7 f014 d9a0 132dc 4f6c c5a3 688a d24d 10c9f...

output:

4468cc07-dabe-OUTPUT-ba95-7ddd49645c94
6

result:

points 0.54736842110 Incorrect, m = 6

Test #13:

score: 0
Wrong Answer
time: 235ms = 235ms + 0ms
memory: 32712kb,3876kb

input:

2dc2b1d4-8de2-INPUT-bcd3-aa55b691fdb3
2
10
100000 100000
93904 42512 36692 28091 63857 16127 84174 11185 57922 75025 11139 92714 25644 3297 24200 90563 66712 37532 28484 95352 54655 58328 5708 19794 10394 6627 4990 91948 20596 98516 84901 83661 40392 11203 73298 45024 59155 92781 52782 10324 56104 1...

output:

64be09ab-d709-ERROR-82bc-c23f6124dd26
Wrong Answer [4]

input:

64be09ab-d709-ERROR-82bc-c23f6124dd26
Wrong Answer [4]

output:

64be09ab-d709-ERROR-82bc-c23f6124dd26
Wrong Answer [4]

result:

wrong answer Wrong Answer [4]