QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#587545#4791. MoviesZ_301WA 0ms5692kbC++171.8kb2024-09-24 20:35:152024-09-24 20:35:17

詳細信息

Test #1:

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

input:

5 5
3 1 5 2 4
6 8 7 9 10

output:

4

result:

ok 1 number(s): "4"

Test #2:

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

input:

5 10
3 5 9 15 4
6 11 13 1 7 10 12 14 2 8

output:

2

result:

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