QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#864570#9314. The Median of the Median of the MedianZhaoZiLongWA 299ms86912kbC++201.2kb2025-01-20 19:17:122025-01-20 19:17:13

详细

Test #1:

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

input:

4
1 3 1 7

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3712kb

input:

8
3 3 8 4 5 3 8 5

output:

4

result:

ok 1 number(s): "4"

Test #3:

score: -100
Wrong Answer
time: 299ms
memory: 86912kb

input:

1883
935804604 209383625 842052635 830082014 365721046 29571412 503828250 261878653 304868479 615753663 149387882 137293208 553441715 659054561 809401479 786598486 257715598 738987349 749751119 675212261 214984147 816730618 204108936 529505526 670681192 375128179 445679706 531625791 954119640 739969...

output:

675212261

result:

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