QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#252411#7678. The Gameucup-team226WA 1ms3464kbC++201.4kb2023-11-15 19:19:222023-11-15 19:19:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3464kb

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
3 
0

2
4 4 
3
1 2 3 
1
1 
1
1 

result:

wrong answer Wrong answer, number of operation is not correct (test case 1)