QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#552909#9251. Graph Changingucup-team3188#WA 0ms3548kbC++203.3kb2024-09-08 03:56:392024-09-08 03:56:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 5 3 2 4
1 10 4 2 4
2 10 5 2 4
1 3 2 1 3
1 3 2 1 2

output:

1000000000
2
-1
1
-1

result:

wrong answer 1st lines differ - expected: '3', found: '1000000000'