QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#654476#8941. Even or Odd Spanning TreeFurinaWA 2ms24608kbC++234.6kb2024-10-18 21:37:592024-10-18 21:38:18

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 24608kb

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:

4 41 1 2 1 1 3 1 1 4 2 2 4 

result:

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