QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#418557#8716. 树ucup-team922#WA 0ms9796kbC++141.7kb2024-05-23 14:30:422024-05-23 14:30:43

详细

Test #1:

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

input:

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

output:

3
3
4

result:

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