QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#258318#7678. The Gameucup-team883#WA 0ms5836kbC++142.4kb2023-11-19 16:59:372023-11-19 16:59:37

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

-1
-1
3
3 4 4 
5
1 1 1 2 3 
2
1 1 
3
1 1 1 

result:

wrong answer Jury has answer but participant has not (test case 1)