QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#608210#8941. Even or Odd Spanning Treeucup-team3716#WA 3ms14008kbC++173.9kb2024-10-03 19:52:582024-10-03 19:52:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 14008kb

input:

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

output:

-1 5
-1 1
4 3

result:

wrong answer 4th numbers differ - expected: '-1', found: '1'