QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#864379#9314. The Median of the Median of the MedianZhangYiDeWA 44ms21856kbC++17926b2025-01-20 15:31:462025-01-20 15:31:50

詳細信息

Test #1:

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

input:

4
1 3 1 7

output:

1

result:

ok 1 number(s): "1"

Test #2:

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

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: 44ms
memory: 21856kb

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:

382498660

result:

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