QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#41390#4239. MSTtool#WA 2ms9924kbC++142.7kb2022-07-30 09:43:432022-07-30 09:43:44

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 9924kb

input:

2
5
1 2 3 4 5
3
10 45 10

output:

-4

result:

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