QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#252425 | #6632. Minimize Median | ucup-team959 | WA | 12ms | 11912kb | C++23 | 1.3kb | 2023-11-15 19:25:31 | 2023-11-15 19:25:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 12ms
memory: 11912kb
input:
3 3 5 0 2 5 2 3 2 4 6 13 3 5 3 2 5 3 3 2 4 6 13 3 5 6 2 5 2 3 2 4 6 13
output:
2 4 4 6 2 2 4 4 6 2 2 4 4 6 1
result:
wrong answer 2nd numbers differ - expected: '2', found: '4'