QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#434840#8781. Element-Wise Comparisonucup-team3676#WA 0ms3996kbC++141.9kb2024-06-08 17:37:132024-06-08 17:37:14

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3884kb

input:

5 3
5 2 1 3 4

output:

0

result:

ok answer is '0'

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3996kb

input:

5 2
3 1 4 2 5

output:

1

result:

wrong answer expected '2', found '1'