QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#864440#9314. The Median of the Median of the MedianGuanYunchangWA 1ms3712kbC++17479b2025-01-20 16:41:112025-01-20 16:41:21

详细

Test #1:

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

input:

4
1 3 1 7

output:

1

result:

ok 1 number(s): "1"

Test #2:

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

input:

8
3 3 8 4 5 3 8 5

output:

3

result:

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