QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#258068#7798. Colorful VillagewaifuSenpai#RE 0ms57608kbC++204.0kb2023-11-19 14:47:542023-11-19 14:47:55

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

2 3 5 7 
-1

result:

ok ok, 1 yes, 1 no (2 test cases)

Test #2:

score: -100
Runtime Error

input:

1
1
1 1
1 2

output:


result: