QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#766598#8938. Crawling on a Treeucup-team3407WA 28ms786008kbC++171.3kb2024-11-20 17:54:422024-11-20 17:54:42

详细

Test #1:

score: 0
Wrong Answer
time: 28ms
memory: 786008kb

input:

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

output:

-1
-1

result:

wrong answer 2nd numbers differ - expected: '13', found: '-1'