QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#608210#8941. Even or Odd Spanning Treeucup-team3716#WA 3ms14008kbC++173.9kb2024-10-03 19:52:582024-10-03 19:52:59

詳細信息

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'