QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#541560#8941. Even or Odd Spanning Treeucup-team4735#WA 0ms3732kbC++141.4kb2024-08-31 20:00:252024-08-31 20:00:25

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

0
0
0

result:

wrong answer 1st numbers differ - expected: '-1', found: '0'