QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#258421#7684. Sweet Sugarucup-team2051WA 155ms36980kbC++141.3kb2023-11-19 17:55:572023-11-19 17:55:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 36980kb

input:

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

output:

	2
	0
	1
	0

result:

ok 4 number(s): "2 0 1 0"

Test #2:

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

input:

12
1 1
0
1 1
1
1 1
2
1 2
0
1 2
1
1 2
2
1 3
0
1 3
1
1 3
2
1 2000000
0
1 2000000
1
1 2000000
2

output:

	0
	1
	0
	0
	0
	1
	0
	0
	0
	0
	0
	0

result:

ok 12 numbers

Test #3:

score: -100
Wrong Answer
time: 155ms
memory: 36152kb

input:

200000
5 2
1 1 0 0 1
2 4
5 2
4 1
3 2
5 1
0 0 0 0 0
5 1
1 2
3 2
5 4
5 3
1 0 0 0 1
1 4
4 2
3 4
5 2
5 9
1 0 0 0 2
4 3
2 1
3 1
5 1
5 3
0 1 1 0 1
5 4
2 1
4 3
5 1
5 1
0 2 1 1 1
5 3
2 4
3 4
1 4
5 1
1 0 1 1 0
1 5
4 2
1 3
5 2
5 7
0 2 1 1 2
5 1
2 3
2 5
5 4
5 5
0 1 0 1 0
2 4
4 3
5 2
1 5
5 1
0 0 1 0 1
4 1
4 5
2...

output:

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

result:

wrong answer 22nd numbers differ - expected: '1', found: '0'