QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#603920#1668. GuideZhaoZiLongWA 1ms3612kbC++20993b2024-10-01 21:00:102024-10-01 21:00:10

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3552kb

input:

3
6 2
1 1 2 2 3
6 6
1 1 2 2 3
6 4
1 2 3 4 5

output:

1
1 3 
8
1 2 4 2 5 2 1 3 6 
3
1 2 3 4 

result:

ok All testcases are passed!

Test #2:

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

input:

3
1 1

2 1
1
2 2
1

output:

0
1 
0
1 
1
1 2 

result:

ok All testcases are passed!

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3612kb

input:

10
10 1
1 2 1 4 4 1 6 5 2
10 2
1 2 1 4 4 1 6 5 2
10 3
1 2 1 4 4 1 6 5 2
10 4
1 2 1 4 4 1 6 5 2
10 5
1 2 1 4 4 1 6 5 2
10 6
1 2 1 4 4 1 6 5 2
10 7
1 2 1 4 4 1 6 5 2
10 8
1 2 1 4 4 1 6 5 2
10 9
1 2 1 4 4 1 6 5 2
10 10
1 2 1 4 4 1 6 5 2

output:

0
1 
1
1 4 
2
1 4 5 
3
1 4 5 9 
15
1 2 3 2 10 2 1 7 1 4 6 8 6 4 5 9 
15
1 2 3 2 10 2 1 7 1 4 6 8 6 4 5 9 
15
1 2 3 2 10 2 1 7 1 4 6 8 6 4 5 9 
15
1 2 3 2 10 2 1 7 1 4 6 8 6 4 5 9 
15
1 2 3 2 10 2 1 7 1 4 6 8 6 4 5 9 
15
1 2 3 2 10 2 1 7 1 4 6 8 6 4 5 9 

result:

wrong answer Testcase 5. The length of the participant's path does not equal to jury's path: 15 instead of 5