QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#479236#8716. 树GuanYunchangWA 0ms3696kbC++17839b2024-07-15 16:03:462024-07-15 16:03:46

詳細信息

Test #1:

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

input:

5 5 3
2 1
3 2
1 4
5 1
1 5 4 2 3
1 3
5 3
3 3

output:

21

result:

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