QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#654495#8941. Even or Odd Spanning TreeFurinaWA 0ms24248kbC++234.6kb2024-10-18 21:40:112024-10-18 21:40:12

详细

Test #1:

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

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 41 1 2 1 1 3 1 1 4 2 2 4 

result:

wrong answer 6th numbers differ - expected: '3', found: '41'