QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#333208#8055. Balanceucup-team3031WA 13ms86208kbC++173.0kb2024-02-19 18:32:562024-02-19 18:32:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 13ms
memory: 86208kb

input:

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

output:

5 4 3 2 1 
Yes
1 2 3 4 5 
5 1 2 3 4 
No
5 1 2 3 4 
Yes
2 2 2 3 1 
2 2 1 1 1 
Yes
2 2 1 1 1 
1 1 
No

result:

wrong answer Token parameter [name=yesno] equals to "5", doesn't correspond to pattern "Yes|No" (test case 1)