UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#212205#3811. T1one_zero_four_zero01106ms1168kbC++11293b2024-10-13 14:44:192024-10-13 19:35:03

answer

#include<bits/stdc++.h>
using namespace std;

int T;
int opt, d, a, b;

int main(){
#ifndef ONLINE_JUDGE
	freopen("data.in", "r", stdin);
	freopen("data.out", "w", stdout);
#endif

	scanf("%d", &T);
	while (T --){
		scanf("%d %d %d %d", &opt, &d, &a, &b);
	}
	
	return 0;
}

Details

小提示:点击横条可展开更详细的信息

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

100
1 0 30056910 791979446
0 0 30056910 791979446
1 1 87818006 915325879
1 0 885405412 638527154
0 1...

output:


result:

wrong answer Answer contains longer sequence [length = 100], but output contains 0 elements

Subtask #2:

score: 0
Wrong Answer

Test #2:

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

input:

100
1 0 888145469 920169409
1 0 452904566 455699108
1 0 9314511 72429163
0 0 452904566 455699108
1 1...

output:


result:

wrong answer Answer contains longer sequence [length = 100], but output contains 0 elements

Subtask #3:

score: 0
Wrong Answer

Test #3:

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

input:

1000
1 0 434052041 886975755
1 0 5735137 42531708
1 0 333067530 62734547
0 0 434052041 886975755
1 1...

output:


result:

wrong answer Answer contains longer sequence [length = 1000], but output contains 0 elements

Subtask #4:

score: 0
Wrong Answer

Test #4:

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

input:

1000
1 1 99608765 102738517
1 0 409526489 651778959
1 1 632469167 447766999
1 1 596595729 295223176
...

output:


result:

wrong answer Answer contains longer sequence [length = 1000], but output contains 0 elements

Subtask #5:

score: 0
Wrong Answer

Test #5:

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

input:

1000
1 1 392884476 341683390
1 1 812391583 884023296
0 1 392884476 341683390
0 1 812391583 884023296...

output:


result:

wrong answer Answer contains longer sequence [length = 1000], but output contains 0 elements

Subtask #6:

score: 0
Wrong Answer

Test #6:

score: 0
Wrong Answer
time: 58ms
memory: 1164kb

input:

200000
1 0 745208991 893565181
1 1 338915529 332862800
1 1 879402360 343669571
0 0 745208991 8935651...

output:


result:

wrong answer Answer contains longer sequence [length = 200000], but output contains 0 elements

Subtask #7:

score: 0
Wrong Answer

Test #7:

score: 0
Wrong Answer
time: 51ms
memory: 1168kb

input:

200000
1 0 61288090 442363511
1 0 702180888 491607485
0 0 702180888 491607485
0 0 61288090 442363511...

output:


result:

wrong answer Answer contains longer sequence [length = 200000], but output contains 0 elements

Subtask #8:

score: 0
Wrong Answer

Test #8:

score: 0
Wrong Answer
time: 51ms
memory: 1164kb

input:

200000
1 0 965089945 885763418
1 0 47734550 558904612
0 0 47734550 558904612
1 0 511007140 115554736...

output:


result:

wrong answer Answer contains longer sequence [length = 200000], but output contains 0 elements

Subtask #9:

score: 0
Wrong Answer

Test #9:

score: 0
Wrong Answer
time: 460ms
memory: 1168kb

input:

1000000
1 1 598963903 48224788
1 0 880787238 21153517
1 0 874812562 609964051
0 1 598963903 48224788...

output:


result:

wrong answer Answer contains longer sequence [length = 1000000], but output contains 0 elements

Subtask #10:

score: 0
Wrong Answer

Test #10:

score: 0
Wrong Answer
time: 486ms
memory: 1168kb

input:

1000000
1 0 532848699 733617288
1 1 59884418 599409867
0 1 59884418 599409867
1 0 1137393 496603003
...

output:


result:

wrong answer Answer contains longer sequence [length = 1000000], but output contains 0 elements