QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#541560#8941. Even or Odd Spanning Treeucup-team4735#WA 0ms3732kbC++141.4kb2024-08-31 20:00:252024-08-31 20:00:25

詳細信息

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'